aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Parse-Flex
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-08-06 00:14:40 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-08-06 00:14:40 +0000
commite19ca74bb499f4f727cebbee2691032e5efaf666 (patch)
tree9c9e9724545bf169be1c17faf900edda5bf4d8cb /textproc/p5-Parse-Flex
parent272e96cd2891a2f46280e608609d74d694769ec4 (diff)
downloadports-e19ca74bb499f4f727cebbee2691032e5efaf666.tar.gz
ports-e19ca74bb499f4f727cebbee2691032e5efaf666.zip
- update to 0.12
- simplify dependency
Notes
Notes: svn path=/head/; revision=218091
Diffstat (limited to 'textproc/p5-Parse-Flex')
-rw-r--r--textproc/p5-Parse-Flex/Makefile14
-rw-r--r--textproc/p5-Parse-Flex/distinfo6
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/p5-Parse-Flex/Makefile b/textproc/p5-Parse-Flex/Makefile
index 504a4ba3557c..e6209b2efa25 100644
--- a/textproc/p5-Parse-Flex/Makefile
+++ b/textproc/p5-Parse-Flex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Parse-Flex
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,12 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= The Fastest Lexer in the West
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/${PERL_ARCH}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= Parse::Flex.3 Parse::Flex::Generate.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-Parse-Flex/distinfo b/textproc/p5-Parse-Flex/distinfo
index fce2c7c78953..9793c72476c6 100644
--- a/textproc/p5-Parse-Flex/distinfo
+++ b/textproc/p5-Parse-Flex/distinfo
@@ -1,3 +1,3 @@
-MD5 (Parse-Flex-0.11.tar.gz) = df7abef53e9afa49e3510bf267a020c1
-SHA256 (Parse-Flex-0.11.tar.gz) = 9dd410b2c671daaba9ed2f02b8dcd008afdb0c6e3c1334d90155071734f1ce99
-SIZE (Parse-Flex-0.11.tar.gz) = 10240
+MD5 (Parse-Flex-0.12.tar.gz) = 3c10deb7fa05eb62b0b1aad63fd160c8
+SHA256 (Parse-Flex-0.12.tar.gz) = 37b29347bbe96d4a1f40fb9716b6a663b5d387e7e03738dddd5081a75e76ca6b
+SIZE (Parse-Flex-0.12.tar.gz) = 10606