2002-03-23 11:37:24 +01:00
|
|
|
# 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
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-03-23 11:37:24 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= SMTP-Server-${PORTVERSION}
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A native Perl SMTP Server
|
2002-03-23 11:37:24 +01:00
|
|
|
|
2004-01-03 21:30:39 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
2003-04-13 14:28:23 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2002-03-23 11:37:24 +01:00
|
|
|
|
2002-06-08 22:34:28 +02:00
|
|
|
MASTER_SITE_BACKUP+= http://www.macgyver.org/software/perl/
|
|
|
|
|
2002-03-23 11:37:24 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::SMTP::Server.3 \
|
|
|
|
Net::SMTP::Server::Client.3 \
|
|
|
|
Net::SMTP::Server::Relay.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|