32 lines
621 B
Makefile
32 lines
621 B
Makefile
# $OpenBSD: Makefile,v 1.18 2012/08/23 15:05:15 sthen Exp $
|
|
|
|
COMMENT= perl objected oriented Date Time
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DateTime-0.63
|
|
EPOCH= 0
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
REGRESS_DEPENDS= devel/p5-DateTime-Format-Strptime
|
|
|
|
RUN_DEPENDS= devel/p5-DateTime-Locale>=0.41 \
|
|
devel/p5-DateTime-TimeZone>=1.09 \
|
|
devel/p5-Params-Validate>=0.76
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|