1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Update to 0.17

- Fix *_DEPENDS

Changes:	http://search.cpan.org/dist/B-Utils/Changes
Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-28 09:13:23 +00:00
parent b25615c074
commit d329ca96c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286537
2 changed files with 12 additions and 6 deletions

View File

@ -6,9 +6,10 @@
#
PORTNAME= B-Utils
PORTVERSION= 0.15
PORTVERSION= 0.17
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JJORE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@ -17,11 +18,16 @@ COMMENT= Helper functions for op tree manipulation
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.301:${PORTSDIR}/devel/p5-ExtUtils-Depends
MAN3= B::Utils.3 B::Utils::OP.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (B-Utils-0.15.tar.gz) = 9c4bcdd7b8c4e8a09a6eebb69559be0b02fd513146afd0fec8946d1a264accac
SIZE (B-Utils-0.15.tar.gz) = 71433
SHA256 (B-Utils-0.17.tar.gz) = 0734e6134e2099464be266d28adc87120942f21963f402d2635cbb81b0bcd71f
SIZE (B-Utils-0.17.tar.gz) = 71537