Ticket #3369: Portfile

File Portfile, 842 bytes (added by andre@…, 19 years ago)

The Portfile

Line 
1# $Id: Portfile,v 1.4 2005/04/21 15:58:13 jberry Exp $
2
3PortSystem 1.0
4PortGroup python24 1.0
5
6name                    py-spreadmodule
7version                 1.5.0
8revision                1
9categories              python
10platforms               darwin
11maintainers             andre@splunk.com
12description             This is a Python extension module wrapping the C API for Spread.
13long_description        The extension module was written by PythonLabs, primarily Jeremy Hylton,\
14                        Guido van Rossum and Tim Peters. It is released under a standard PSF open \
15                        source license.
16
17homepage                http://www.zope.org/Members/tim_one/spread
18master_sites            http://www.zope.org/Members/tim_one/spread/SpreadModule-1.5
19distname                SpreadModule-1.5
20extract.suffix          .tgz
21checksums               md5 4c953e0f9f08635fb47dd04a23e222dc
22
23build.env               CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
24
25depends_lib-append      lib:libspread:spread