19 lines
316 B
Makefile
19 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:45:24 sthen Exp $
|
|
|
|
COMMENT= produce RFC 2822 date strings
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Email-Date-Format-1.005
|
|
CATEGORIES= mail
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|