1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Update to 1.29

Changes:	http://search.cpan.org/dist/Object-Pluggable/Changes
PR:		ports/151514
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
Approved by:	pgollucci (mentor, implicit)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-10-19 08:13:04 +00:00
parent 9ef640ee93
commit fd1b029745
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263269
2 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Object-Pluggable
PORTVERSION= 1.28
PORTVERSION= 1.29
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -23,6 +23,12 @@ MAN3= Object::Pluggable.3 \
Object::Pluggable::Constants.3 \
Object::Pluggable::Pipeline.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-Pod-Parser>=1.36:${PORTSDIR}/textproc/p5-Pod-Parser
.endif
post-install:
.ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@ -30,4 +36,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (Object-Pluggable-1.28.tar.gz) = 0e29b69a4bb4db0d97805571e00bf68e
SHA256 (Object-Pluggable-1.28.tar.gz) = 3a0ba0388e2d1249a714b2ed1261cce18859c971005177b1dbd22f9ef6898fdc
SIZE (Object-Pluggable-1.28.tar.gz) = 23523
MD5 (Object-Pluggable-1.29.tar.gz) = 25d2c1a2ad5bc129e677738172734a8e
SHA256 (Object-Pluggable-1.29.tar.gz) = ce58b8f13ca13bea49887fad4359dc7dfa547bab516d582c6a4d045e62d86ef1
SIZE (Object-Pluggable-1.29.tar.gz) = 23603