1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- update to 0.12

- simplify dependency
This commit is contained in:
Yen-Ming Lee 2008-08-06 00:14:40 +00:00
parent 272e96cd28
commit e19ca74bb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218091
2 changed files with 11 additions and 9 deletions

View File

@ -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>

View File

@ -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