ports/mail/p5-Email-LocalDelivery/Makefile

22 lines
364 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= deliver a piece of mail locally
MODULES= cpan
PKG_ARCH= *
DISTNAME = Email-LocalDelivery-1.201
CATEGORIES= mail
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= mail/p5-Email-FolderType \
mail/p5-Email-Simple \
devel/p5-File-Path-Expand \
sysutils/p5-Capture-Tiny
TEST_DEPENDS= devel/p5-Module-Pluggable
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>