- Fix a typo in BUILD_DEPENDS preventing the port from building [1]

- Bump PORTREVISION

PR:		ports/156227 [1]
Submitted by:	Christopher Key <cjk32 AT cam.ac.uk>
Pointy hat to:	bapt@
This commit is contained in:
Frederic Culot 2011-04-06 19:39:04 +00:00
parent df030013c6
commit aef15e1f68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272313

View file

@ -8,6 +8,7 @@
PORTNAME= DateTime-Incomplete
PORTVERSION= 0.06.00
DISTVERSION= ${PORTVERSION:C/\.(..)$//}
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An incomplete DateTime, like January 5
BUILD_DEPENDS= p5-Datetime>=0:${PORTSDIR}/devel/p5-DateTime \
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Set>=0.14:${PORTSDIR}/devel/p5-DateTime-Set \
p5-DateTime-Event-Recurrence>=0:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence
RUN_DEPENDS= ${BUILD_DEPENDS}