diff options
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 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} |