diff options
Diffstat (limited to 'mail/p5-Mail-Spool/Makefile')
-rw-r--r-- | mail/p5-Mail-Spool/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile index ba72f47d11e1..85112726680d 100644 --- a/mail/p5-Mail-Spool/Makefile +++ b/mail/p5-Mail-Spool/Makefile @@ -8,19 +8,19 @@ PORTNAME= Mail-Spool PORTVERSION= 0.50 CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Mail +MASTER_SITES= https://demo.portaone.com/~andrew/ PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}-fixed MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A "pure perl" implementation of mail spooling, unspooling and sending - BUILD_DEPENDS= ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + PERL_CONFIGURE= yes SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |