diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-22 22:25:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-22 22:25:32 +0000 |
commit | b7fe3ddec43768f852d83ba491ac14d71dd679f9 (patch) | |
tree | 501a450ce7c0392485700768b55f20b52e645935 /devel/p5-Filter/Makefile | |
parent | dd5c40113f83fb4a2d35575673dd8ade845766d8 (diff) | |
download | ports-b7fe3ddec43768f852d83ba491ac14d71dd679f9.tar.gz ports-b7fe3ddec43768f852d83ba491ac14d71dd679f9.zip |
Notes
Diffstat (limited to 'devel/p5-Filter/Makefile')
-rw-r--r-- | devel/p5-Filter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Filter/Makefile b/devel/p5-Filter/Makefile index 39f8cb2f996f..83e25ccbd440 100644 --- a/devel/p5-Filter/Makefile +++ b/devel/p5-Filter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Filter -PORTVERSION= 1.14 +PORTVERSION= 1.18 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Filter @@ -18,7 +18,8 @@ USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Filter::Util::Call.3 Filter::Util::Exec.3 Filter::cpp.3 \ - Filter::decrypt.3 Filter::exec.3 Filter::sh.3 Filter::tee.3 + Filter::decrypt.3 Filter::exec.3 Filter::sh.3 Filter::tee.3 \ + perlfilter.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL |