1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

- update to 0.24

This commit is contained in:
Yen-Ming Lee 2006-03-26 16:50:40 +00:00
parent 85778115fb
commit 3024718406
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158157
2 changed files with 13 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Params-Check
PORTVERSION= 0.23
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Params
@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generic input parsing/checking mechanism for Perl
BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
RUN_DEPENDS= ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
@ -31,4 +32,9 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
post-configure:
${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Params-Check-0.23.tar.gz) = ebc031653b8ab690030d647890f7318f
SHA256 (Params-Check-0.23.tar.gz) = 178f65ee9e926ad4489c64e536fb9068d239ed2af9660405262d8d54962f3cc3
SIZE (Params-Check-0.23.tar.gz) = 9969
MD5 (Params-Check-0.24.tar.gz) = 3d135f26327b78adc9deb56252ce2381
SHA256 (Params-Check-0.24.tar.gz) = 323599679d9ba83437a06e07148321f780c012aa6cdaea0179b5a642b89cce13
SIZE (Params-Check-0.24.tar.gz) = 10248