25 lines
460 B
Makefile
25 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:23:52 espie Exp $
|
|
|
|
COMMENT= perl module for an IMAP Client API
|
|
|
|
DISTNAME= Mail-IMAPClient-3.32
|
|
CATEGORIES= mail
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
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>
|