diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 17:15:34 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 17:15:34 +0000 |
commit | b21bd2820b985935eda35f08da967971a0f554de (patch) | |
tree | de47d773dbd777311b65e7c555f262a11bafb82d /security/p5-Authen-Simple-SMB | |
parent | f5861b4adaec5a2650a2f787afdaa310a7f7d3ff (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-Simple-SMB')
-rw-r--r-- | security/p5-Authen-Simple-SMB/Makefile | 32 | ||||
-rw-r--r-- | security/p5-Authen-Simple-SMB/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Authen-Simple-SMB/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Authen-Simple-SMB/pkg-plist | 3 |
4 files changed, 42 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-SMB/Makefile b/security/p5-Authen-Simple-SMB/Makefile new file mode 100644 index 000000000000..c180e4df49c0 --- /dev/null +++ b/security/p5-Authen-Simple-SMB/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Authen-Simple-SMB +# Date created: 22 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Authen-Simple-SMB +PORTVERSION= 0.1 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@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 +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Authen::Simple::SMB.3 + +PERL_MODBUILD= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Authen-Simple-SMB/distinfo b/security/p5-Authen-Simple-SMB/distinfo new file mode 100644 index 000000000000..d8eac0319e12 --- /dev/null +++ b/security/p5-Authen-Simple-SMB/distinfo @@ -0,0 +1,3 @@ +MD5 (Authen-Simple-SMB-0.1.tar.gz) = 8b87f7af7426ef1ee3898ca48325842a +SHA256 (Authen-Simple-SMB-0.1.tar.gz) = e0d5b22223517656eab803f5e3ae25bd114661b1136a7065589d8ccd4bbb1fb2 +SIZE (Authen-Simple-SMB-0.1.tar.gz) = 2624 diff --git a/security/p5-Authen-Simple-SMB/pkg-descr b/security/p5-Authen-Simple-SMB/pkg-descr new file mode 100644 index 000000000000..ec65eaff3dd6 --- /dev/null +++ b/security/p5-Authen-Simple-SMB/pkg-descr @@ -0,0 +1,4 @@ +Authentication via SMB protocol. + +WWW: http://search.cpan.org/dist/Authen-Simple-Net-SMB +Author: Christian Hansen <ch@ngmedia.com> diff --git a/security/p5-Authen-Simple-SMB/pkg-plist b/security/p5-Authen-Simple-SMB/pkg-plist new file mode 100644 index 000000000000..8fc98143568b --- /dev/null +++ b/security/p5-Authen-Simple-SMB/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Authen/Simple/SMB.pm +@dirrmtry %%SITE_PERL%%/Authen/Simple +@dirrmtry %%SITE_PERL%%/Authen |