diff options
Diffstat (limited to 'time/p5-Time-Format/Makefile')
-rw-r--r-- | time/p5-Time-Format/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile new file mode 100644 index 00000000000..37aa7770296 --- /dev/null +++ b/time/p5-Time-Format/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $ +# + +DISTNAME= Time-Format-1.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/ +COMMENT= Easy-to-use date/time formatting + +DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple + +PERL5_PACKLIST= auto/Time/Format/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |