diff options
author | mjl <mjl@pkgsrc.org> | 2003-05-15 11:52:07 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-05-15 11:52:07 +0000 |
commit | 57bb71e2e4edb2b5f8799951cef63f865dbe8306 (patch) | |
tree | facfcc90b0035c1ca879a31bac87dcc8dbce0af6 /time/p5-Time-Period/Makefile | |
parent | cc3e81c2f771dc1505685ab267fc2edbedec950f (diff) | |
download | pkgsrc-57bb71e2e4edb2b5f8799951cef63f865dbe8306.tar.gz |
Initial import of p5-Time-Period 1.20.
Period.pm is a Perl module to deal with time periods.
Diffstat (limited to 'time/p5-Time-Period/Makefile')
-rw-r--r-- | time/p5-Time-Period/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/time/p5-Time-Period/Makefile b/time/p5-Time-Period/Makefile new file mode 100644 index 00000000000..c1b96ebc3ca --- /dev/null +++ b/time/p5-Time-Period/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 11:52:07 mjl Exp $ + +DISTNAME= Period-1.20 +PKGNAME= p5-Time-${DISTNAME} +SVR4_PKGNAME= p5per +CATEGORIES= devel perl5 time +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module to deal with time periods + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/Period/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |