15 lines
248 B
Makefile
15 lines
248 B
Makefile
COMMENT = produce RFC 2822 date strings
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Email-Date-Format-1.008
|
|
CATEGORIES = mail
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|