Ticket #37570: Portfile-unified-attempt

File Portfile-unified-attempt, 666 bytes (added by macfreek (Freek Dijkstra), 11 years ago)

Attempt to use the unified Python portgroup

Line 
1# $Id: $
2
3PortSystem              1.0
4PortGroup               python 1.0
5
6name                    py-pdfrw
7version                 0.1
8revision                1
9license                 MIT
10categories              python graphics
11platforms               darwin
12maintainers             nomaintainer
13description             A basic PDF file manipulation library.
14long_description        \
15        pdfrw can read and write PDF files, and can also be used to read in PDFs which can then be used inside reportlab.
16
17python.versions 25 26 27
18
19homepage                http://code.google.com/p/pdfrw/
20master_sites    googlecode:pdfrw
21distname                pdfrw_${version}
22use_zip                 yes
23checksums               md5     596b0d725a52013f5d151ace29e812f8 \
24                                sha1    bea18895c90d5fafd069d376b102fb8063d678ab \
25                                rmd160  108ebcbc7c422b663aa917306a6c6bd3f066f679
26