openbsd-ports/devel/p5-DateTime/Makefile

29 lines
534 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.19 2013/03/11 10:50:15 espie Exp $
2006-04-18 15:05:25 -04:00
COMMENT= perl objected oriented Date Time
2006-04-18 15:05:25 -04:00
SHARED_ONLY= Yes
MODULES= cpan
DISTNAME= DateTime-0.63
EPOCH= 0
2012-08-23 11:00:32 -04:00
REVISION= 1
CATEGORIES= devel
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
2006-04-18 15:05:25 -04:00
# Artistic 2.0
2006-04-18 15:05:25 -04:00
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
2013-03-11 06:50:00 -04:00
TEST_DEPENDS= devel/p5-DateTime-Format-Strptime
2009-05-20 02:39:49 -04:00
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= devel/p5-DateTime-Locale>=0.41 \
devel/p5-DateTime-TimeZone>=1.09 \
devel/p5-Params-Validate>=0.76
BUILD_DEPENDS= ${RUN_DEPENDS}
2006-04-18 15:05:25 -04:00
2009-11-11 02:44:09 -05:00
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>