sync RUN_DEPENDS with reality so this can actually be installed

This commit is contained in:
steven 2008-10-14 21:06:50 +00:00
parent b7aee9fa6d
commit 9f06f29a5a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2008/10/08 12:41:05 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2008/10/14 21:06:50 steven Exp $
COMMENT= perl objected oriented Date Time
@ -6,6 +6,7 @@ SHARED_ONLY= Yes
MODULES= cpan
DISTNAME= DateTime-0.4305
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel
# perl
@ -15,7 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-DateTime-Locale->=0.41:devel/p5-DateTime-Locale \
:p5-DateTime-TimeZone->=0.6603:devel/p5-DateTime-TimeZone \
:p5-DateTime-TimeZone->=0.59:devel/p5-DateTime-TimeZone \
:p5-Params-Validate->=0.76:devel/p5-Params-Validate
.include <bsd.port.mk>