openbsd-ports/mail/p5-Email-LocalDelivery/Makefile

25 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/09/16 00:17:05 merdely Exp $
COMMENT= deliver a piece of mail locally
MODULES= cpan
HOMEPAGE= http://pep.kwiki.org/
DISTNAME= Email-LocalDelivery-0.21
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>