openbsd-ports/net/p5-Net-SMTP-TLS-ButMaintained/Makefile
2013-03-11 11:35:43 +00:00

20 lines
437 B
Makefile

# $OpenBSD: Makefile,v 1.3 2013/03/11 11:35:53 espie Exp $
COMMENT= Perl module for SMTP with TLS/AUTH support
MODULES= cpan
DISTNAME= Net-SMTP-TLS-ButMaintained-0.21
CATEGORIES= net mail
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= security/p5-Digest-HMAC \
security/p5-Net_SSLeay \
security/p5-IO-Socket-SSL>=1.76
# For a live test, edit t/config.txt with SMTP server parameters.
MAKE_ENV= TEST_TLS=1
.include <bsd.port.mk>