diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-08 11:35:22 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-08 11:35:22 +0000 |
commit | b1a850770c6ae0673eafd2f3ee034731d236d7b2 (patch) | |
tree | 950a372c9bd2dc4438ffdcfb8f2875e029d0c1c1 /devel/p5-PPerl/Makefile | |
parent | Update to 0.4.5 (diff) |
Update to 0.24
- More tests (richardc)
- Made exec() work (see t/19invoke_djbish.t if you're curious)
Diffstat (limited to 'devel/p5-PPerl/Makefile')
-rw-r--r-- | devel/p5-PPerl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-PPerl/Makefile b/devel/p5-PPerl/Makefile index 2530a4fad790..8b25f005d2f3 100644 --- a/devel/p5-PPerl/Makefile +++ b/devel/p5-PPerl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= PPerl -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSERGEANT @@ -20,7 +20,6 @@ USE_PERL5= yes PERL_CONFIGURE= yes MAN1= pperl.1 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= PPerl.3 .include <bsd.port.mk> |