diff options
-rw-r--r-- | time/p5-Date-Leapyear/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Date-Leapyear/Makefile | 19 | ||||
-rw-r--r-- | time/p5-Date-Leapyear/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/time/p5-Date-Leapyear/DESCR b/time/p5-Date-Leapyear/DESCR new file mode 100644 index 00000000000..d1bd2051509 --- /dev/null +++ b/time/p5-Date-Leapyear/DESCR @@ -0,0 +1,2 @@ +Date::Leapyear exports one function - isleap - which returns 1 or 0 if a year +is leap, or not, respectively. diff --git a/time/p5-Date-Leapyear/Makefile b/time/p5-Date-Leapyear/Makefile new file mode 100644 index 00000000000..644b82dd604 --- /dev/null +++ b/time/p5-Date-Leapyear/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:27:43 dmcmahill Exp $ + +DISTNAME= Date-Leapyear-1.72 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RB/RBOW/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~rbow/Date-Leapyear-1.72/ +COMMENT= Is a particular year a leap year? +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Date/Leapyear/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Date-Leapyear/distinfo b/time/p5-Date-Leapyear/distinfo new file mode 100644 index 00000000000..d8a379db06e --- /dev/null +++ b/time/p5-Date-Leapyear/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/18 01:27:43 dmcmahill Exp $ + +SHA1 (Date-Leapyear-1.72.tar.gz) = 838a492f0408d021e40db3fffb802a66769dc79c +RMD160 (Date-Leapyear-1.72.tar.gz) = a92914266c1cdef7ba837eb0328987f8920ec1f8 +Size (Date-Leapyear-1.72.tar.gz) = 11153 bytes |