aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-Compare/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-02 17:38:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-07-02 17:38:52 +0000
commita7d0fb4981d9ab390f51524baec9629a38bb6e25 (patch)
tree6c1f7e9478565ea1eaa4e513a3c4812508fd3e8e /devel/p5-Regexp-Compare/Makefile
parent6f5698ee6d01fae1c7a4a27cad9428a2fe0a4764 (diff)
Notes
Diffstat (limited to 'devel/p5-Regexp-Compare/Makefile')
-rw-r--r--devel/p5-Regexp-Compare/Makefile14
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>