diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-25 01:30:59 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-25 01:30:59 +0800 |
commit | c08bf40c6276b5173777f938808be580793b01ac (patch) | |
tree | 3180c3828bb5ced523f9a060874f855c19f5049d /devel/p5-String-Parity | |
parent | 217348ba204438133c3fca95dd625b2ed9563ed1 (diff) | |
download | freebsd-ports-gnome-c08bf40c6276b5173777f938808be580793b01ac.tar.gz freebsd-ports-gnome-c08bf40c6276b5173777f938808be580793b01ac.tar.zst freebsd-ports-gnome-c08bf40c6276b5173777f938808be580793b01ac.zip |
Add p5-String-Parity 1.31, a perl5 module to generate and test
even, odd, mark and space parity on strings.
Diffstat (limited to 'devel/p5-String-Parity')
-rw-r--r-- | devel/p5-String-Parity/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-String-Parity/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-String-Parity/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-String-Parity/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-String-Parity/pkg-plist | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-String-Parity/Makefile b/devel/p5-String-Parity/Makefile new file mode 100644 index 000000000000..f5e9627687af --- /dev/null +++ b/devel/p5-String-Parity/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: String::Parity +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= String-Parity +PORTVERSION= 1.31 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= String +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= String::Parity.3 + +.include <bsd.port.mk> diff --git a/devel/p5-String-Parity/distinfo b/devel/p5-String-Parity/distinfo new file mode 100644 index 000000000000..826ba2a396fd --- /dev/null +++ b/devel/p5-String-Parity/distinfo @@ -0,0 +1 @@ +MD5 (String-Parity-1.31.tar.gz) = 489fa7783880c936a056213ac0560bd0 diff --git a/devel/p5-String-Parity/pkg-comment b/devel/p5-String-Parity/pkg-comment new file mode 100644 index 000000000000..fad17ab120a6 --- /dev/null +++ b/devel/p5-String-Parity/pkg-comment @@ -0,0 +1 @@ +A perl5 module to generate and test even, odd, mark and space parity diff --git a/devel/p5-String-Parity/pkg-descr b/devel/p5-String-Parity/pkg-descr new file mode 100644 index 000000000000..95bd9073eac9 --- /dev/null +++ b/devel/p5-String-Parity/pkg-descr @@ -0,0 +1,2 @@ +The String::Parity module for perl5 may be used to generate and test +even, odd, mark and space parity on arbitrary strings. diff --git a/devel/p5-String-Parity/pkg-plist b/devel/p5-String-Parity/pkg-plist new file mode 100644 index 000000000000..c0e10705a3c1 --- /dev/null +++ b/devel/p5-String-Parity/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/String/Parity.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Parity/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Parity +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String +@dirrm lib/perl5/site_perl/%%PERL_VER%%/String |