24 lines
406 B
Makefile
24 lines
406 B
Makefile
|
COMMENT= perl module for an IMAP Client API
|
||
|
|
||
|
DISTNAME = Mail-IMAPClient-3.43
|
||
|
CATEGORIES= mail
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Parse-RecDescent \
|
||
|
security/p5-Authen-NTLM \
|
||
|
security/p5-Authen-SASL \
|
||
|
security/p5-Digest-HMAC \
|
||
|
security/p5-IO-Socket-SSL
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
MODCPAN_EXAMPLES= Yes
|
||
|
|
||
|
MAKE_ENV+= TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|