openbsd-ports/databases/p5-Rose-DateTime/Makefile

25 lines
447 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/12/03 11:44:25 ajacoutot Exp $
2006-12-10 13:00:20 -05:00
COMMENT= datetime helper functions for Rose
2006-12-10 13:00:20 -05:00
MODULES= cpan
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
2006-12-10 13:00:20 -05:00
DISTNAME= Rose-DateTime-0.533
REVISION= 0
2006-12-10 13:00:20 -05:00
CATEGORIES= databases devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= devel/p5-DateTime
2006-12-10 13:00:20 -05:00
REGRESS_DEPENDS= databases/p5-Rose-Object
2006-12-10 13:00:20 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>