2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2006-11-01 01:12:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-SMTP_auth
|
|
|
|
PORTVERSION= 0.08
|
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-11-01 01:12:59 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-11-01 01:12:59 +01:00
|
|
|
COMMENT= Simple Mail Transfer Protocol Client with AUTHentication
|
|
|
|
|
2012-06-04 04:58:34 +02:00
|
|
|
BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
|
|
|
|
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
|
2006-11-01 01:12:59 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-11-01 01:12:59 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|