summaryrefslogtreecommitdiff
path: root/time/p5-Time-Period/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-05-15 11:52:07 +0000
committermjl <mjl@pkgsrc.org>2003-05-15 11:52:07 +0000
commit57bb71e2e4edb2b5f8799951cef63f865dbe8306 (patch)
treefacfcc90b0035c1ca879a31bac87dcc8dbce0af6 /time/p5-Time-Period/Makefile
parentcc3e81c2f771dc1505685ab267fc2edbedec950f (diff)
downloadpkgsrc-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/Makefile16
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"