mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Initial import of p5-Net-SMTP-Server 1.1.
This is a native Perl SMTP Server. PR: 36203 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
parent
16895f4eaa
commit
907b83ddc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56474
6 changed files with 54 additions and 0 deletions
|
@ -150,6 +150,7 @@
|
|||
SUBDIR += p5-Mail-SpamAssassin
|
||||
SUBDIR += p5-Mail-Tools
|
||||
SUBDIR += p5-Mail-Verify
|
||||
SUBDIR += p5-Net-SMTP-Server
|
||||
SUBDIR += pantomime
|
||||
SUBDIR += pathalias
|
||||
SUBDIR += perdition
|
||||
|
|
27
mail/p5-Net-SMTP-Server/Makefile
Normal file
27
mail/p5-Net-SMTP-Server/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: p5-Net-SMTP-Server
|
||||
# Date created: 22 March 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-SMTP-Server
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= http://www.macgyver.org/software/perl/
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= SMTP-Server-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::SMTP::Server.3 \
|
||||
Net::SMTP::Server::Client.3 \
|
||||
Net::SMTP::Server::Relay.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/p5-Net-SMTP-Server/distinfo
Normal file
1
mail/p5-Net-SMTP-Server/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (SMTP-Server-1.1.tar.gz) = 29539763294a4cbe88d3e520b3de45c1
|
1
mail/p5-Net-SMTP-Server/pkg-comment
Normal file
1
mail/p5-Net-SMTP-Server/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A native Perl SMTP Server
|
6
mail/p5-Net-SMTP-Server/pkg-descr
Normal file
6
mail/p5-Net-SMTP-Server/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This module is a complete, RFC 821 compliant, SMTP server
|
||||
implementation written entirely in Perl. It has powerful extensively
|
||||
and customization facilities that allow for a variety of potential
|
||||
uses.
|
||||
|
||||
WWW: http://www.macgyver.org/software/perl/
|
18
mail/p5-Net-SMTP-Server/pkg-plist
Normal file
18
mail/p5-Net-SMTP-Server/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP/Server.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP/Server/Client.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP/Server/Relay.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP/Server/Client/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP/Server/Relay/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP/Server/autosplit.ix
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SMTP/Server/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP/Server
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP/Server/Client
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP/Server/Relay
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP/Server
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net/SMTP 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Net 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SMTP/Server
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SMTP 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue