openbsd-ports/mail/p5-Email-Date/Makefile
sthen 0d2e4ffd4b fix dependencies and bump following COMES_WITH for
the last batch of packages which moved to base perl.
reads fine to ajacoutot
2008-11-07 15:08:58 +00:00

26 lines
493 B
Makefile

# $OpenBSD: Makefile,v 1.6 2008/11/07 15:09:37 sthen Exp $
COMMENT= find and format date headers
MODULES= cpan
DISTNAME= Email-Date-1.103
PKGNAME= p5-${DISTNAME}p0
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
RUN_DEPENDS= ::devel/p5-Time-TimeDate \
::mail/p5-Email-Abstract \
::mail/p5-Email-Date-Format
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>