18 lines
309 B
Makefile
18 lines
309 B
Makefile
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:45 naddy Exp $
|
|
|
|
COMMENT= produce RFC 2822 date strings
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Email-Date-Format-1.005
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|