openbsd-ports/devel/p5-DateTime-Format-W3CDTF/Makefile

18 lines
350 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:16 espie Exp $
COMMENT= parse and format W3CDTF datetime strings
MODULES= cpan
2010-10-27 14:03:42 -04:00
DISTNAME= DateTime-Format-W3CDTF-0.05
REVISION= 0
CATEGORIES= devel converters
2010-10-27 14:03:42 -04:00
USE_GROFF = Yes
2010-10-27 14:03:42 -04:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-DateTime
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>