2004-02-06 16:46:07 +01:00
|
|
|
# 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
|
2009-05-30 23:41:43 +02:00
|
|
|
PORTVERSION= 0.17
|
2004-02-06 16:46:07 +01:00
|
|
|
CATEGORIES= mail perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:GUIMARD
|
2004-02-06 16:46:07 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-07-20 14:36:39 +02:00
|
|
|
MAINTAINER= vvelox@vvelox.net
|
2012-07-28 17:57:55 +02:00
|
|
|
COMMENT= Implementation of SMTP, ESMTP, and LMTP protocols
|
2004-02-06 16:46:07 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::Server::Mail.3 \
|
|
|
|
Net::Server::Mail::ESMTP.3 \
|
|
|
|
Net::Server::Mail::ESMTP::Extension.3 \
|
2007-07-20 13:57:56 +02:00
|
|
|
Net::Server::Mail::ESMTP::XFORWARD.3 \
|
2004-02-06 16:46:07 +01:00
|
|
|
Net::Server::Mail::LMTP.3 \
|
|
|
|
Net::Server::Mail::SMTP.3
|
|
|
|
|
2007-07-20 13:57:56 +02:00
|
|
|
.include <bsd.port.mk>
|