openbsd-ports/mail/p5-Email-LocalDelivery/Makefile
2010-10-18 19:59:15 +00:00

24 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/10/18 19:59:17 espie Exp $
COMMENT= deliver a piece of mail locally
MODULES= cpan
USE_GROFF = Yes
DISTNAME= Email-LocalDelivery-0.217
CATEGORIES= mail
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::mail/p5-Email-FolderType \
::mail/p5-Email-Simple \
::devel/p5-File-Path-Expand
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>