freebsd-ports/mail/p5-Net-SMTP-SSL/Makefile
Eitan Adler e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00

24 lines
487 B
Makefile

# New ports collection makefile for: p5-Net-SMTP-SSL
# Date created: June 22, 2008
# Whom: Wesley Shields <wxs@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-SMTP-SSL
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= eadler@FreeBSD.org
COMMENT= An SMTP client supporting SSL
BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes
MAN3= Net::SMTP::SSL.3
.include <bsd.port.mk>