head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.30.16.51.45;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.03.57;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.15.18.48.12;	author sat;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Net-Server-Mail-ESMTP-AUTH
# Date created:				20th July 2007
# Whom:					Zane C. Bowers <vvelox@@vvelox.net>
#
# $FreeBSD: head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Net-Server-Mail-ESMTP-AUTH
PORTVERSION=	0.1
CATEGORIES=	security mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@@vvelox.net
COMMENT=	Plain and login auth methods for Net::Server::Mail::ESMTP

BUILD_DEPENDS=	p5-Net-Server-Mail>=0:${PORTSDIR}/mail/p5-Net-Server-Mail \
		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Net::Server::Mail::ESMTP::AUTH.3

.include <bsd.port.mk>
@


1.3
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/Net/Server/Mail/ESMTP.pm:${PORTSDIR}/mail/p5-Net-Server-Mail \
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
@


1.1
log
@Add port security/p5-Net-Server-Mail-ESMTP-AUTH:

Net::Server::Mail::ESMTP::AUTH is an extension to provide
support for SMTP authentication with Net::Server::Mail::ESMTP
module.

Currently only LOGIN and PLAIN methods are supported.

WWW: http://search.cpan.org/dist/Net-Server-Mail-ESMTP-AUTH/
Author: Sylvain Cresto <scresto [_at_] gmail.com>

PR:		ports/114785 (with corrections)
Submitted by:	Zane C. Bowers <vvelox@@vvelox.net>
@
text
@a20 1
USE_PERL5=	yes
@

