32 lines
621 B
Makefile
Raw Normal View History

2012-08-23 15:00:32 +00:00
# $OpenBSD: Makefile,v 1.18 2012/08/23 15:05:15 sthen Exp $
2006-04-18 19:05:25 +00:00
COMMENT= perl objected oriented Date Time
2006-04-18 19:05:25 +00:00
SHARED_ONLY= Yes
MODULES= cpan
DISTNAME= DateTime-0.63
EPOCH= 0
2012-08-23 15:00:32 +00:00
REVISION= 1
CATEGORIES= devel
2010-11-15 19:45:56 +00:00
USE_GROFF = Yes
2006-04-18 19:05:25 +00:00
# Artistic 2.0
2006-04-18 19:05:25 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 15:00:32 +00:00
WANTLIB += c
2010-11-15 19:45:56 +00:00
REGRESS_DEPENDS= devel/p5-DateTime-Format-Strptime
2009-05-20 06:39:49 +00:00
2010-11-26 07:18:59 +00: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 19:05:25 +00:00
2009-11-11 07:44:09 +00:00
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>