summaryrefslogtreecommitdiff
path: root/mail/p5-Net-Server-Mail/Makefile
blob: ddf2b5fd0a93cf16d878703f244ec69e21e0d49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Net-Server-Mail
PORTVERSION=	0.18
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GUIMARD
PKGNAMEPREFIX=	p5-

MAINTAINER=	vvelox@vvelox.net
COMMENT=	Implementation of SMTP, ESMTP, and LMTP protocols

USES=		perl5
USE_PERL5=	configure

MAN3=		Net::Server::Mail.3 \
		Net::Server::Mail::ESMTP.3 \
		Net::Server::Mail::ESMTP::Extension.3 \
		Net::Server::Mail::ESMTP::XFORWARD.3 \
		Net::Server::Mail::LMTP.3 \
		Net::Server::Mail::SMTP.3

NO_STAGE=	yes
.include <bsd.port.mk>