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-SMB | |
parent | 905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff) | |
download | ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.tar.gz ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Simple-SMB')
-rw-r--r-- | security/p5-Authen-Simple-SMB/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Authen-Simple-SMB/Makefile b/security/p5-Authen-Simple-SMB/Makefile index 3ca7381105d7..62f03e91f5c9 100644 --- a/security/p5-Authen-Simple-SMB/Makefile +++ b/security/p5-Authen-Simple-SMB/Makefile @@ -11,11 +11,11 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple SMB authentication -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Authen/Smb.pm:${PORTSDIR}/security/p5-Authen-Smb +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ + p5-Authen-Smb>=0:${PORTSDIR}/security/p5-Authen-Smb RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Authen::Simple::SMB.3 |