diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-Server/Makefile | 27 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-Server/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-Server/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-Server/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-Net-SMTP-Server/pkg-plist | 18 |
6 files changed, 54 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 209c19c6fe77..3d3243cb7e58 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -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 diff --git a/mail/p5-Net-SMTP-Server/Makefile b/mail/p5-Net-SMTP-Server/Makefile new file mode 100644 index 000000000000..4eee435c3d93 --- /dev/null +++ b/mail/p5-Net-SMTP-Server/Makefile @@ -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> diff --git a/mail/p5-Net-SMTP-Server/distinfo b/mail/p5-Net-SMTP-Server/distinfo new file mode 100644 index 000000000000..10821ec440ef --- /dev/null +++ b/mail/p5-Net-SMTP-Server/distinfo @@ -0,0 +1 @@ +MD5 (SMTP-Server-1.1.tar.gz) = 29539763294a4cbe88d3e520b3de45c1 diff --git a/mail/p5-Net-SMTP-Server/pkg-comment b/mail/p5-Net-SMTP-Server/pkg-comment new file mode 100644 index 000000000000..7516ec5a4ac1 --- /dev/null +++ b/mail/p5-Net-SMTP-Server/pkg-comment @@ -0,0 +1 @@ +A native Perl SMTP Server diff --git a/mail/p5-Net-SMTP-Server/pkg-descr b/mail/p5-Net-SMTP-Server/pkg-descr new file mode 100644 index 000000000000..4a2655e215fb --- /dev/null +++ b/mail/p5-Net-SMTP-Server/pkg-descr @@ -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/ diff --git a/mail/p5-Net-SMTP-Server/pkg-plist b/mail/p5-Net-SMTP-Server/pkg-plist new file mode 100644 index 000000000000..a0b294ed30d3 --- /dev/null +++ b/mail/p5-Net-SMTP-Server/pkg-plist @@ -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 |