mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7a81d5d1fe
Approved by: portmgr (blanket infrastructure)
21 lines
528 B
Makefile
21 lines
528 B
Makefile
# Created by: Alexandre Biancalana <ale@biancalanas.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-Sender-Transport-SMTP-TLS
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ale@biancalanas.net
|
|
COMMENT= Email::Sender with Net::SMTP::TLS (Eg. Gmail)
|
|
|
|
RUN_DEPENDS= p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \
|
|
p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|