diff options
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect-Number/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Number/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect-Number/Makefile b/textproc/p5-Lingua-EN-Inflect-Number/Makefile index 43eabcf804a0..62ffa425d147 100644 --- a/textproc/p5-Lingua-EN-Inflect-Number/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Number/Makefile @@ -21,17 +21,4 @@ PERL_CONFIGURE= yes MAN3= Lingua::EN::Inflect::Number.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ - -e '$$_="" if /use 5.006/;' \ - -e '$$_="" if /use warnings/;' \ - ${WRKSRC}/Number.pm - -post-configure: - ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |