Ticket #14461: Portfile

File Portfile, 886 bytes (added by jpo@…, 16 years ago)

Portfile for pmtools 1.10

Line 
1# $Id$
2
3PortSystem          1.0
4
5PortGroup           perl5 1.0
6
7perl5.setup         pmtools 1.10
8
9maintainers         nomaintainer@macports.org
10
11description         A suite of small programs to help manage Perl modules
12long_description    \
13    This is pmtools -- a suite of small programs to help manage modules. \
14    The names are totally preliminary, and in fact, so is the code.  We \
15    follow the "keep it small" notion of many tiny tools each doing one \
16    thing well, eschewing giant megatools with millions of options. \
17    -- Tom Christiansen --
18
19homepage            http://search.cpan.org/dist/pmtools/
20
21platforms           darwin
22
23checksums           md5     3cb192b5b241037d6b701e6e26ef2425 \
24                    sha1    9be28391ea83c47b6a6ffd9d2e6466cf86f33f57 \
25                    rmd160  b9a9bae1cf47b7f8af5565431ffceed7edbe636f
26
27
28# vim:set ai ts=4 sw=4 sts=4 et: