diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 17:20:26 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 17:20:26 +0000 |
commit | 5d74ca5e78ee78cc3d8f05c7310f621ccff909cc (patch) | |
tree | 967f44e857ca4a1e733112ad07a2f9b4e4003713 /security/p5-Authen-Simple-DBM | |
parent | b21bd2820b985935eda35f08da967971a0f554de (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-Simple-DBM')
-rw-r--r-- | security/p5-Authen-Simple-DBM/Makefile | 31 | ||||
-rw-r--r-- | security/p5-Authen-Simple-DBM/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Authen-Simple-DBM/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Authen-Simple-DBM/pkg-plist | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-DBM/Makefile b/security/p5-Authen-Simple-DBM/Makefile new file mode 100644 index 000000000000..0e98987391e4 --- /dev/null +++ b/security/p5-Authen-Simple-DBM/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Authen-Simple-DBM +# Date created: 22 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Authen-Simple-DBM +PORTVERSION= 0.2 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Simple DBM authentication + +BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAN3= Authen::Simple::DBM.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-DBM/distinfo b/security/p5-Authen-Simple-DBM/distinfo new file mode 100644 index 000000000000..ee3d56ae1a69 --- /dev/null +++ b/security/p5-Authen-Simple-DBM/distinfo @@ -0,0 +1,3 @@ +MD5 (Authen-Simple-DBM-0.2.tar.gz) = 26dc9aec8bac27b1394fcbc3423802d0 +SHA256 (Authen-Simple-DBM-0.2.tar.gz) = 835237176c1a96a6a4608475fe584827cfc7b0698b0626033bfedcf247bed08c +SIZE (Authen-Simple-DBM-0.2.tar.gz) = 4313 diff --git a/security/p5-Authen-Simple-DBM/pkg-descr b/security/p5-Authen-Simple-DBM/pkg-descr new file mode 100644 index 000000000000..c304edfe23d5 --- /dev/null +++ b/security/p5-Authen-Simple-DBM/pkg-descr @@ -0,0 +1,4 @@ +Authentication via DBM files. + +WWW: http://search.cpan.org/dist/Authen-Simple-Net-DBM +Author: Christian Hansen <ch@ngmedia.com> diff --git a/security/p5-Authen-Simple-DBM/pkg-plist b/security/p5-Authen-Simple-DBM/pkg-plist new file mode 100644 index 000000000000..aca337907f5c --- /dev/null +++ b/security/p5-Authen-Simple-DBM/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Authen/Simple/DBM.pm +@dirrmtry %%SITE_PERL%%/Authen/Simple +@dirrmtry %%SITE_PERL%%/Authen |