1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/mail/p5-Net-SMTP-SSL/Makefile
Andrej Zverev 6368b8b0b1 - Convert to new perl framework
Approved by:	eadler@ (maintainer)
2013-08-04 12:30:54 +00:00

21 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= Net-SMTP-SSL
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= eadler@FreeBSD.org
COMMENT= SMTP client supporting SSL
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
USES= perl5
USE_PERL5= configure
MAN3= Net::SMTP::SSL.3
.include <bsd.port.mk>