mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add p5-Data-ACL 0.02, a Perl extension for simple ACL lists.
This commit is contained in:
parent
3278db87b5
commit
2a34f703ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143346
@ -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
|
||||
|
31
devel/p5-Data-ACL/Makefile
Normal file
31
devel/p5-Data-ACL/Makefile
Normal 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>
|
2
devel/p5-Data-ACL/distinfo
Normal file
2
devel/p5-Data-ACL/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Data-ACL-0.02.tar.gz) = 24e0791152d6a9f91d336f33b422afba
|
||||
SIZE (Data-ACL-0.02.tar.gz) = 2844
|
5
devel/p5-Data-ACL/pkg-descr
Normal file
5
devel/p5-Data-ACL/pkg-descr
Normal 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/
|
7
devel/p5-Data-ACL/pkg-plist
Normal file
7
devel/p5-Data-ACL/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user