diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-08 20:34:28 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-08 20:34:28 +0000 |
commit | a42c055c38d387669a9e3bf17fc16312e9b878c0 (patch) | |
tree | 3b546abd05821ebd32c3fbe4c17cc00136e6c32d /mail/p5-Net-SMTP-Server | |
parent | d79c84ee4cf7d0841275f517289e584c89219a33 (diff) |
Notes
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} |