1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/mail/p5-Net-SMTP-SSL/Makefile
Wesley Shields f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00

20 lines
346 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= An SMTP client supporting SSL
BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes
MAN3= Net::SMTP::SSL.3
.include <bsd.port.mk>