22 lines
375 B
Makefile
22 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:23:52 espie Exp $
|
|
|
|
COMMENT= deliver a piece of mail locally
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
DISTNAME= Email-LocalDelivery-0.217
|
|
REVISION= 0
|
|
CATEGORIES= mail
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= 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>
|