21 lines
364 B
Makefile
21 lines
364 B
Makefile
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>
|