Ticket #32875: Portfile

File Portfile, 896 bytes (added by johannes.schrimpf@…, 12 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5PortGroup  python27 1.0
6
7name            py27-simpy
8version         2.3
9categories      python
10maintainers
11platforms               darwin freebsd
12description             python based simulation language
13long_description \
14    SimPy is an object-oriented, process-based \
15    discrete-event simulation language based on standard Python.
16
17homepage        http://simpy.sourceforge.net/
18master_sites    sourceforge:simpy
19distname        SimPy-${version}
20
21checksums           md5     3f73c48944d291d221da4fc9ac735efe \
22                    sha1    e4cf0d93dc0d20d8cb84c253ed241aadf83c71c9
23
24post-destroot {
25        file copy ${worksrcpath}/docs \
26                ${destroot}${prefix}/share/doc/${name}
27}
28
29livecheck.regex <title>simpy SimPy-(\\d+(?:\\.\\d+)*) released.*</title>