1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Data-ACL 0.02, a Perl extension for simple ACL lists.

This commit is contained in:
Anton Berezin 2005-09-22 11:03:10 +00:00
parent 3278db87b5
commit 2a34f703ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143346
5 changed files with 46 additions and 0 deletions

View File

@ -770,6 +770,7 @@
SUBDIR += p5-Curses-Widgets
SUBDIR += p5-DB_File-Lock
SUBDIR += p5-Danga-Socket
SUBDIR += p5-Data-ACL
SUBDIR += p5-Data-Compare
SUBDIR += p5-Data-Dump
SUBDIR += p5-Data-Dump-Streamer

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: devel/p5-Data-ACL
# Date created: 22 September 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Data-ACL
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Data::ACL - Perl extension for simple ACL lists
BUILD_DEPENDS= ${SITE_PERL}/Set/NestedGroups.pm:${PORTSDIR}/devel/p5-Set-NestedGroups
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Data::ACL.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Data-ACL-0.02.tar.gz) = 24e0791152d6a9f91d336f33b422afba
SIZE (Data-ACL-0.02.tar.gz) = 2844

View File

@ -0,0 +1,5 @@
This module implements a series of allowed and denied access control lists
for permissive controls. The Set::NestedGroups module is used to define
users and nested permissive groups.
WWW: http://search.cpan.org/dist/Data-ACL/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Data/ACL.pm
%%SITE_PERL%%/Data/ACL/Realm.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ACL/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ACL 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Data/ACL 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true