diff options
author | tobez <tobez@FreeBSD.org> | 2002-06-08 20:34:28 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-06-08 20:34:28 +0000 |
commit | 82a4372d51990fca22f66b4d73ee01a1fa809baf (patch) | |
tree | ae8311dc0a9604d1d8535ae9b4bd40de296b1f7f /mail/p5-Net-SMTP-Server | |
parent | 724862eec0e7bf7d098626a36b1452604799409d (diff) | |
download | FreeBSD-ports-82a4372d51990fca22f66b4d73ee01a1fa809baf.zip FreeBSD-ports-82a4372d51990fca22f66b4d73ee01a1fa809baf.tar.gz |
change MASTER_SITES to CPAN
assume maintainership
PR: 39040
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'mail/p5-Net-SMTP-Server')
-rw-r--r-- | mail/p5-Net-SMTP-Server/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/p5-Net-SMTP-Server/Makefile b/mail/p5-Net-SMTP-Server/Makefile index 4eee435..9d1b2b7 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} |