mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
85d6f616a0
PR: 134990 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer)
27 lines
631 B
Makefile
27 lines
631 B
Makefile
# 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.17
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= http://cpan.org/authors/id/G/GU/GUIMARD/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
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>
|