- update to 0.16

This commit is contained in:
Yen-Ming Lee 2007-03-26 10:17:23 +00:00
parent e14192abc4
commit 0d378ccd9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188378
2 changed files with 12 additions and 14 deletions

View file

@ -6,27 +6,25 @@
#
PORTNAME= Object-Realize-Later
PORTVERSION= 0.15
PORTREVISION= 1
PORTVERSION= 0.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Object
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object::Realize::Later - Delayed creation of objects
COMMENT= Delayed creation of objects
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again."
.endif
MAN3= Object::Realize::Later.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (Object-Realize-Later-0.15.tar.gz) = d5165034a7cf29c7643456ebec920386
SHA256 (Object-Realize-Later-0.15.tar.gz) = 7a6a8e79c8bd4e90241c937ae82ac2a606bd3c2c7b2cd229a7d396ccb77080a0
SIZE (Object-Realize-Later-0.15.tar.gz) = 9914
MD5 (Object-Realize-Later-0.16.tar.gz) = c6e124d52305c1f6c7f08aeaf6bd82d4
SHA256 (Object-Realize-Later-0.16.tar.gz) = b2cc5b68c5fe9fc010678030726d2ee1b870e232e1fbce891108a9391a62cad4
SIZE (Object-Realize-Later-0.16.tar.gz) = 10225