diff options
author | tron <tron@pkgsrc.org> | 2002-07-04 22:04:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-04 22:04:19 +0000 |
commit | bec40821824689ffb5ffc7d8f3ebae0e969c6ad6 (patch) | |
tree | 94f88c23549429244f5411bf887bb9bd8cd28d3c /time/p5-Time/Makefile | |
parent | 398a892375fdfb60446502d9475fb0800e72a739 (diff) | |
download | pkgsrc-bec40821824689ffb5ffc7d8f3ebae0e969c6ad6.tar.gz |
Import new "p5-Time" package:
perl5 functions to convert and use time variables
This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.
Diffstat (limited to 'time/p5-Time/Makefile')
-rw-r--r-- | time/p5-Time/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-Time/Makefile b/time/p5-Time/Makefile new file mode 100644 index 00000000000..4563b0f794e --- /dev/null +++ b/time/p5-Time/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/04 22:04:19 tron Exp $ + +DISTNAME= Time-modules-101.062101 +PKGNAME= p5-${DISTNAME:S/modules-//} +SVR4_PKGNAME= p5tim +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 functions to convert and use time variables + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time-modules/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |