mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
309 B
Makefile
19 lines
309 B
Makefile
COMMENT= DateTime::Format extension to HTTP formats
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = DateTime-Format-HTTP-0.43
|
|
CATEGORIES= devel www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
MAKE_ENV += TEST_POD=1 IS_MAINTAINER=1
|
|
|
|
RUN_DEPENDS= www/p5-libwww \
|
|
devel/p5-DateTime
|
|
|
|
.include <bsd.port.mk>
|