diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 23:01:09 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 23:01:09 +0800 |
commit | 810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc (patch) | |
tree | 8e1f149afa2c2caa53399a2ad687536e1b316bc7 /security/p5-Authen-Simple-Net | |
parent | aebea7ec6aee0c75fbdd137415003d3cb2cc263e (diff) | |
download | freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.tar.gz freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.tar.zst freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).
Approved by: portmgr (itetcu)
Diffstat (limited to 'security/p5-Authen-Simple-Net')
-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 |