diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 19:02:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 19:02:50 +0000 |
commit | b69c9c2bffa8560690c2a55b5e3c5f454940663e (patch) | |
tree | 7127be075a7d938613184f2e73da5dae34882137 /security/p5-Authen-Smb | |
parent | 36da5994eadf53c09be3fd069c9da1ee7131ea2c (diff) | |
download | ports-b69c9c2bffa8560690c2a55b5e3c5f454940663e.tar.gz ports-b69c9c2bffa8560690c2a55b5e3c5f454940663e.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Smb')
-rw-r--r-- | security/p5-Authen-Smb/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Authen-Smb/Makefile b/security/p5-Authen-Smb/Makefile index 7d35076ffd16..b059dd12c091 100644 --- a/security/p5-Authen-Smb/Makefile +++ b/security/p5-Authen-Smb/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: p5-Authen-Smb -# Date created: Fri 03 January 2002 -# Whom: Mustafa Arif <ma499@doc.ic.ac.uk> -# http://www.doc.ic.ac.uk/~ma499/ -# +# Created by: Mustafa Arif <ma499@doc.ic.ac.uk> # $FreeBSD$ -# PORTNAME= Authen-Smb PORTVERSION= 0.91 @@ -15,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ma499@doc.ic.ac.uk COMMENT= Perl extension to authenticate against an SMB server -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Smb.3 |