23 lines
384 B
Makefile
23 lines
384 B
Makefile
COMMENT= find and format date headers
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
DISTNAME = Email-Date-1.104
|
|
CATEGORIES= mail
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Time-TimeDate \
|
|
mail/p5-Email-Abstract \
|
|
mail/p5-Email-Date-Format
|
|
TEST_DEPENDS = sysutils/p5-Capture-Tiny
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|