diff --git a/p5-Number-Compare/DESCR b/p5-Number-Compare/DESCR new file mode 100644 index 0000000000..1134b6e30c --- /dev/null +++ b/p5-Number-Compare/DESCR @@ -0,0 +1,2 @@ +Number::Compare compiles a simple comparison to an anonymous +subroutine, which you can call with a value to be tested again. diff --git a/p5-Number-Compare/Makefile b/p5-Number-Compare/Makefile new file mode 100644 index 0000000000..aabb8e7904 --- /dev/null +++ b/p5-Number-Compare/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/04/01 05:12:11 jgoamakf Exp $ + +DISTNAME= Number-Compare-0.01 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5nbc +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} + +MAINTAINER= hiramatu@boreas.dti.ne.jp +HOMEPAGE= http://search.cpan.org/dist/Number-Compare/ +COMMENT= Compiles a simple comparison to an anonymous subroutine + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Number/Compare/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/p5-Number-Compare/PLIST b/p5-Number-Compare/PLIST new file mode 100644 index 0000000000..de3beb37d6 --- /dev/null +++ b/p5-Number-Compare/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/01 05:12:11 jgoamakf Exp $ diff --git a/p5-Number-Compare/distinfo b/p5-Number-Compare/distinfo new file mode 100644 index 0000000000..9610df7af6 --- /dev/null +++ b/p5-Number-Compare/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/04/01 05:12:11 jgoamakf Exp $ + +SHA1 (Number-Compare-0.01.tar.gz) = d768ceab714b50fe1fa8e7d9133de736f58fb7b7 +RMD160 (Number-Compare-0.01.tar.gz) = f97c3d5185840c82894343f15cc99ab625e743d7 +Size (Number-Compare-0.01.tar.gz) = 2123 bytes