aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-06-09 04:34:28 +0800
committertobez <tobez@FreeBSD.org>2002-06-09 04:34:28 +0800
commit82a4372d51990fca22f66b4d73ee01a1fa809baf (patch)
treeae8311dc0a9604d1d8535ae9b4bd40de296b1f7f /mail
parent724862eec0e7bf7d098626a36b1452604799409d (diff)
downloadfreebsd-ports-gnome-82a4372d51990fca22f66b4d73ee01a1fa809baf.tar.gz
freebsd-ports-gnome-82a4372d51990fca22f66b4d73ee01a1fa809baf.tar.zst
freebsd-ports-gnome-82a4372d51990fca22f66b4d73ee01a1fa809baf.zip
change MASTER_SITES to CPAN
assume maintainership PR: 39040 Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Net-SMTP-Server/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/p5-Net-SMTP-Server/Makefile b/mail/p5-Net-SMTP-Server/Makefile
index 4eee435c3d93..9d1b2b7288a2 100644
--- a/mail/p5-Net-SMTP-Server/Makefile
+++ b/mail/p5-Net-SMTP-Server/Makefile
@@ -8,15 +8,18 @@
PORTNAME= Net-SMTP-Server
PORTVERSION= 1.1
CATEGORIES= mail perl5
-MASTER_SITES= http://www.macgyver.org/software/perl/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
DISTNAME= SMTP-Server-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= erwin@lansing.dk
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
+MASTER_SITE_BACKUP+= http://www.macgyver.org/software/perl/
+
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}