20 lines
377 B
Makefile
20 lines
377 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/03/24 22:29:32 simon Exp $
|
||
|
|
||
|
COMMENT= produce RFC 2822 date strings
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= Email-Date-Format-1.002
|
||
|
CATEGORIES= mail
|
||
|
|
||
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MAKE_ENV= TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|