ports/devel/p5-DateTime-Format-Mail/Makefile

19 lines
327 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = convert between DateTime and email (RFC2822/822) formats
MODULES = cpan
PKG_ARCH = *
DISTNAME = DateTime-Format-Mail-0.403
EPOCH = 0
CATEGORIES = devel converters
REVISION = 0
# perl
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = perl
RUN_DEPENDS = devel/p5-DateTime \
devel/p5-Params-Validate
.include <bsd.port.mk>