diff options
Diffstat (limited to 'mail/p5-Net-Server-Mail/Makefile')
-rw-r--r-- | mail/p5-Net-Server-Mail/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/mail/p5-Net-Server-Mail/Makefile b/mail/p5-Net-Server-Mail/Makefile index 24d1c49bea57..5c8e032139eb 100644 --- a/mail/p5-Net-Server-Mail/Makefile +++ b/mail/p5-Net-Server-Mail/Makefile @@ -6,32 +6,21 @@ # PORTNAME= Net-Server-Mail -PORTVERSION= 0.13 +PORTVERSION= 0.16 CATEGORIES= mail perl5 -MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/Net-Server-Mail/ +MASTER_SITES= http://cpan.org/authors/id/G/GU/GUIMARD/ PKGNAMEPREFIX= p5- MAINTAINER= pav@FreeBSD.org COMMENT= Implementation of SMTP, ESMTP and LMTP protocols -BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Net::Server::Mail.3 \ Net::Server::Mail::ESMTP.3 \ Net::Server::Mail::ESMTP::Extension.3 \ + Net::Server::Mail::ESMTP::XFORWARD.3 \ Net::Server::Mail::LMTP.3 \ Net::Server::Mail::SMTP.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/INET.pm:${PORTSDIR}/devel/p5-IO -EXTRA_PATCHES= ${PATCHDIR}/5.005_03.diff -post-patch: - @${FIND} ${WRKSRC} -name '*.orig' -delete -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |