diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 06:17:03 +0000 |
commit | 5542fae1efc7914a62cbad9660568e6ff7f667e0 (patch) | |
tree | 197cf4926e3d2988f210f5bd5c683e60d0866e2f /security/p5-Authen-Simple-Net/Makefile | |
parent | 905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff) | |
download | ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.tar.gz ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Simple-Net/Makefile')
-rw-r--r-- | security/p5-Authen-Simple-Net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Authen-Simple-Net/Makefile b/security/p5-Authen-Simple-Net/Makefile index 2e01317c73cb..d63853dd8b7c 100644 --- a/security/p5-Authen-Simple-Net/Makefile +++ b/security/p5-Authen-Simple-Net/Makefile @@ -12,10 +12,10 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple authentication via FTP, POP3, or SMTP -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.3 |