diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /databases/p5-POE-Component-LaDBI | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) |
Notes
Diffstat (limited to 'databases/p5-POE-Component-LaDBI')
-rw-r--r-- | databases/p5-POE-Component-LaDBI/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/p5-POE-Component-LaDBI/Makefile b/databases/p5-POE-Component-LaDBI/Makefile index 16259a466073..38ba8bf9513d 100644 --- a/databases/p5-POE-Component-LaDBI/Makefile +++ b/databases/p5-POE-Component-LaDBI/Makefile @@ -26,16 +26,10 @@ MAN3= POE::Component::LaDBI.3 POE::Component::LaDBI::Commands.3 \ POE::Component::LaDBI::Request.3 \ POE::Component::LaDBI::Response.3 -.include <bsd.port.pre.mk> - post-extract: ${RM} ${WRKSRC}/*.pl post-patch: @${PERL} -pi -e 's!(?=read_answer_yes\()!0 and !;' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |