Ticket #16035: Portfile
File Portfile, 499 bytes (added by tim@…, 16 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | perl5.setup Image-ExifTool 7.37 |
6 | maintainers blair openmaintainer |
7 | description Perl interface to EXIF metadata |
8 | long_description ${description} |
9 | |
10 | platforms darwin |
11 | |
12 | checksums md5 9e214b3eba4ae3f1eadc4370da6cad70 |
13 | |
14 | homepage http://www.sno.phy.queensu.ca/~phil/exiftool/ |
15 | master_sites ${homepage} |
16 | |
17 | depends_lib port:p5-digest-md5 \ |
18 | port:p5-compress-zlib |