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

22 lines
415 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.5 2010/11/15 19:46:02 espie Exp $
2006-11-12 13:01:29 -05:00
COMMENT= DateTime::Format extension to HTTP formats
2006-11-12 13:01:29 -05:00
MODULES= cpan
DISTNAME= DateTime-Format-HTTP-0.37
CATEGORIES= devel www
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-11-12 13:01:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=modbuild
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= www/p5-libwww \
devel/p5-DateTime
2006-11-12 13:01:29 -05:00
.include <bsd.port.mk>