Ticket #39937: Portfile

File Portfile, 860 bytes (added by macfreek (Freek Dijkstra), 11 years ago)

Portfile for pypdf2.

Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       python 1.0
5
6name            py-pypdf2
7version         1.17
8revision        1
9
10categories-append     devel
11license         BSD
12platforms       darwin
13maintainers     landonf openmaintainer
14supported_archs noarch
15
16description     A Pure-Python PDF toolkit.
17
18long_description \
19                A Pure-Python PDF toolkit. \
20                It is capable of extracting document information (title, author, ...), \
21                splitting documents page by page, merging documents page by page, \
22                cropping pages, merging multiple pages into a single page, \
23                and encrypting and decrypting PDF files.
24
25fetch.type      git
26homepage        https://github.com/mstamy2/PyPDF2
27git.url         ${homepage}.git
28git.branch      15340960b59b7eadd43f54819e579a7680ef6bc1
29
30python.versions 25 26 27 32