diff options
Diffstat (limited to 'security/p5-Authen-Simple-Net/Makefile')
-rw-r--r-- | security/p5-Authen-Simple-Net/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Authen-Simple-Net/Makefile b/security/p5-Authen-Simple-Net/Makefile index f750a0f1e131..35c435c1ed79 100644 --- a/security/p5-Authen-Simple-Net/Makefile +++ b/security/p5-Authen-Simple-Net/Makefile @@ -7,6 +7,7 @@ PORTNAME= Authen-Simple-Net PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Simple authentication via FTP, POP3, or SMTP -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ - ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/Net/POP3.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.3 |