diff options
Diffstat (limited to 'devel/p5-Regexp-Compare/Makefile')
-rw-r--r-- | devel/p5-Regexp-Compare/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-Regexp-Compare/Makefile b/devel/p5-Regexp-Compare/Makefile index 837d8a44187a..b40157b009f5 100644 --- a/devel/p5-Regexp-Compare/Makefile +++ b/devel/p5-Regexp-Compare/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Regexp-Compare -PORTVERSION= 0.23 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +13,10 @@ COMMENT= Partial ordering for regular expressions LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5= 5.16+ configure +USE_PERL5= 5.18+ configure USES= perl5 -.include <bsd.port.pre.mk> +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |