aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Simple-Net
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 06:17:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 06:17:03 +0000
commit5542fae1efc7914a62cbad9660568e6ff7f667e0 (patch)
tree197cf4926e3d2988f210f5bd5c683e60d0866e2f /security/p5-Authen-Simple-Net
parent905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff)
downloadports-5542fae1efc7914a62cbad9660568e6ff7f667e0.tar.gz
ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.zip
- Remove SITE_PERL from *_DEPENDS
- Reassign maintainership from ports@ to perl@
Notes
Notes: svn path=/head/; revision=298336
Diffstat (limited to 'security/p5-Authen-Simple-Net')
-rw-r--r--security/p5-Authen-Simple-Net/Makefile4
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