20 lines
362 B
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:15 espie Exp $
2006-11-12 18:01:29 +00:00
COMMENT= DateTime::Format extension to HTTP formats
2006-11-12 18:01:29 +00:00
MODULES= cpan
DISTNAME= DateTime-Format-HTTP-0.40
2006-11-12 18:01:29 +00:00
CATEGORIES= devel www
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE=modbuild
MAKE_ENV += TEST_POD=1 IS_MAINTAINER=1
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= www/p5-libwww \
devel/p5-DateTime
2006-11-12 18:01:29 +00:00
.include <bsd.port.mk>