Ticket #17364: Portfile

File Portfile, 1.3 KB (added by stolen-from-macports-trac@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.setup         Palm 1.009
7
8# Gotta be a better way to do this...
9# The module lives in CPAN's "Palm" hierarchy but the filename is "p5-Palm",
10# yet it seems that using "p5-Palm 1.009 Palm" above still isn't enough.
11
12distname            p5-${perl5.module}-${version}
13livecheck.url       http://search.cpan.org/dist/p5-${perl5.module}/
14livecheck.regex     (?:This Release)?<td class=label>(?:This|Latest) Release</td>.*<td class=cell>(?:<\[^<\]+>)?p5-${perl5.module}-(\[^<\]+?)<
15
16maintainers         nomaintainer
17description         Palm OS utility functions
18long_description    Perl modules for creating and manipulating Palm OS \
19                    databases, including raw PDB and PRC files as well as \
20                    application-specific databases (Address, DateBook, Mail, \
21                    Memo, ToDo, and ZirePhoto).
22platforms           darwin
23checksums           md5     919c8f52aa98eec1abccb5d944dab4ab \
24                    sha1    bb5307ff9340add0a78bf4e690adfdeef4707a92 \
25                    rmd160  5e35f36836d775321c72523c3aba23231cdb3134
26
27variant all_tests description {include Test::Manifest and Test::Pod in tests} {
28    depends_build-append    port:p5-test-manifest port:p5-test-pod
29}