blob: 5c8e032139eb0f94bb09484b857a0e87f8c9e200 (
plain) (
blame)
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
26
|
# New ports collection makefile for: p5-Net-Server-Mail
# Date created: 6th February 2004
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Server-Mail
PORTVERSION= 0.16
CATEGORIES= mail perl5
MASTER_SITES= http://cpan.org/authors/id/G/GU/GUIMARD/
PKGNAMEPREFIX= p5-
MAINTAINER= pav@FreeBSD.org
COMMENT= Implementation of SMTP, ESMTP and LMTP protocols
PERL_CONFIGURE= yes
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
.include <bsd.port.mk>
|