Ticket #4683: Portfile
File Portfile, 449 bytes (added by dports@…, 19 years ago) |
---|
Line | |
---|---|
1 | # $Id: Portfile,v 1.1 2005/07/29 14:06:58 mww Exp $ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | perl5.setup Archive-Zip 1.16 |
6 | |
7 | maintainers dports@mac.com |
8 | |
9 | description Interface to zip archive files |
10 | |
11 | long_description Allows a Perl program to create, manipulate, read, and write Zip archive files. |
12 | |
13 | platforms darwin |
14 | |
15 | checksums md5 e28dff400d07b1659d659d8dde7071f1 |
16 | |
17 | depends_lib port:p5-compress-zlib |