Ticket #37570: Portfile

File Portfile, 623 bytes (added by macfreek (Freek Dijkstra), 11 years ago)
Line 
1# $Id: $
2
3PortSystem 1.0
4PortGroup python27 1.0
5
6name                    py27-pdfrw
7version                 0.1
8revision                1
9categories              python net
10platforms               darwin
11maintainers             nomaintainer
12description             A basic PDF file manipulation library.
13long_description        \
14        pdfrw can read and write PDF files, and can also be used to read in PDFs which can then be used inside reportlab.
15
16homepage                http://code.google.com/p/pdfrw/
17master_sites    googlecode:pdfrw
18distname                pdfrw_${version}
19use_zip                 yes
20checksums               md5     596b0d725a52013f5d151ace29e812f8 \
21                                sha1    bea18895c90d5fafd069d376b102fb8063d678ab \
22                                rmd160  108ebcbc7c422b663aa917306a6c6bd3f066f679
23