sthen a330decdc2 add EPOCH, from giovanni@, spotted by Markus Lude
while there, use a better COMMENT (without 100% less 8-year-old typos)
and don't USE_GROFF
2014-07-15 11:42:45 +00:00

19 lines
360 B
Makefile

# $OpenBSD: Makefile,v 1.10 2014/07/15 11:42:45 sthen Exp $
COMMENT= convert between DateTime and email (RFC2822/822) formats
MODULES= cpan
DISTNAME= DateTime-Format-Mail-0.401
EPOCH= 0
CATEGORIES= devel converters
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= perl
RUN_DEPENDS= devel/p5-DateTime \
devel/p5-Params-Validate
.include <bsd.port.mk>