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

25 lines
457 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2010/12/03 11:45:38 ajacoutot Exp $
2006-11-12 19:11:49 -05:00
COMMENT= deliver a piece of mail locally
2006-11-12 19:11:49 -05:00
MODULES= cpan
2010-10-18 15:59:15 -04:00
USE_GROFF = Yes
2006-11-12 19:11:49 -05:00
DISTNAME= Email-LocalDelivery-0.217
REVISION= 0
2006-11-12 19:11:49 -05:00
CATEGORIES= mail
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= mail/p5-Email-FolderType \
mail/p5-Email-Simple \
devel/p5-File-Path-Expand
2006-11-12 19:11:49 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>