diff options
author | tobez <tobez@FreeBSD.org> | 2002-08-01 11:05:41 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-08-01 11:05:41 +0000 |
commit | 022e4cf66a7ebdc4cf7796358d93c39e78cfc136 (patch) | |
tree | d8efeb2923a22e25b6a67a14b896db864ae2a862 /textproc/p5-Regexp-Common | |
parent | fb97b9feeb42b712d4f2ad7980f179eb85f32edd (diff) | |
download | FreeBSD-ports-022e4cf66a7ebdc4cf7796358d93c39e78cfc136.zip FreeBSD-ports-022e4cf66a7ebdc4cf7796358d93c39e78cfc136.tar.gz |
Update to 0.03.
Diffstat (limited to 'textproc/p5-Regexp-Common')
-rw-r--r-- | textproc/p5-Regexp-Common/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Regexp-Common/pkg-plist | 9 |
3 files changed, 21 insertions, 3 deletions
diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile index cd17cf5..9ffc78c 100644 --- a/textproc/p5-Regexp-Common/Makefile +++ b/textproc/p5-Regexp-Common/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Regexp-Common -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Regexp @@ -16,7 +16,16 @@ MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= yes -MAN3= Regexp::Common.3 +MAN3= Regexp::Common.3 \ + Regexp::Common::balanced.3 \ + Regexp::Common::comment.3 \ + Regexp::Common::delimited.3 \ + Regexp::Common::list.3 \ + Regexp::Common::net.3 \ + Regexp::Common::number.3 \ + Regexp::Common::profanity.3 \ + Regexp::Common::whitespace.3 + MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-Regexp-Common/distinfo b/textproc/p5-Regexp-Common/distinfo index 0fad171..392d580 100644 --- a/textproc/p5-Regexp-Common/distinfo +++ b/textproc/p5-Regexp-Common/distinfo @@ -1 +1 @@ -MD5 (Regexp-Common-0.02.tar.gz) = fc5d25b003487f742afb7608d05108d3 +MD5 (Regexp-Common-0.03.tar.gz) = 8d03ad5019505f2f6f72f0b963950d25 diff --git a/textproc/p5-Regexp-Common/pkg-plist b/textproc/p5-Regexp-Common/pkg-plist index 15f18dd..02a30bd 100644 --- a/textproc/p5-Regexp-Common/pkg-plist +++ b/textproc/p5-Regexp-Common/pkg-plist @@ -1,5 +1,14 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp/Common/.packlist lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/balanced.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/comment.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/delimited.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/list.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/net.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/number.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/profanity.pm +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common/whitespace.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp/Common @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Regexp 2>/dev/null || true |