- 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:
parent
df030013c6
commit
aef15e1f68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272313
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue