diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-08-01 11:05:41 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-08-01 11:05:41 +0000 |
commit | 0fba9c5f0e5202909b14738adb8aa6066661c18a (patch) | |
tree | 0adf903678f2286ffb922f507260d1317f9d4421 /textproc/p5-Regexp-Common | |
parent | ba6b295580dd41c0924c6657aaebe48a3b677f00 (diff) | |
download | ports-0fba9c5f0e5202909b14738adb8aa6066661c18a.tar.gz ports-0fba9c5f0e5202909b14738adb8aa6066661c18a.zip |
Notes
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 cd17cf529e31..9ffc78c34f9a 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 0fad17101628..392d580a53a0 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 15f18dd05023..02a30bddbf58 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 |