diff options
author | seb <seb@pkgsrc.org> | 2008-08-20 16:47:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-20 16:47:42 +0000 |
commit | 2cc28d9162c976338ca6a53366b72ff125e0b8c9 (patch) | |
tree | 2d06c071cffc29fd913b6afec81fea1be874f01a /devel | |
parent | b83e2e693494dddea47faf38e8cfb7d103d43eea (diff) | |
download | pkgsrc-2cc28d9162c976338ca6a53366b72ff125e0b8c9.tar.gz |
Initial import of p5-File-Policy version 1.005 in the NetBSD Packages
Collection.
The Perl 5 module File::Policy purpose is to allow systems
administrators to define locations and restrictions for applications'
file I/O and give app developers a policy to follow. Note that
the module doesn't ENFORCE the policy - application developers can
choose to ignore it (and systems administrators can choose not to
install their applications if they do!).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Policy/DESCR | 6 | ||||
-rw-r--r-- | devel/p5-File-Policy/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-File-Policy/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-File-Policy/DESCR b/devel/p5-File-Policy/DESCR new file mode 100644 index 00000000000..c61d17b0439 --- /dev/null +++ b/devel/p5-File-Policy/DESCR @@ -0,0 +1,6 @@ +The Perl 5 module File::Policy purpose is to allow systems +administrators to define locations and restrictions for +applications' file I/O and give app developers a policy to follow. +Note that the module doesn't ENFORCE the policy - application +developers can choose to ignore it (and systems administrators can +choose not to install their applications if they do!). diff --git a/devel/p5-File-Policy/Makefile b/devel/p5-File-Policy/Makefile new file mode 100644 index 00000000000..c2ac9eae768 --- /dev/null +++ b/devel/p5-File-Policy/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 16:47:42 seb Exp $ +# + +DISTNAME= File-Policy-1.005 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-Policy/ +COMMENT= Perl 5 module to provide site policy for file I/O functions + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/File/Policy/.packlist + +DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp +DEPENDS+= p5-Log-Trace-[0-9]*:../../devel/p5-Log-Trace +DEPENDS+= p5-PathTools-[0-9]*:../../devel/p5-PathTools +DEPENDS+= p5-Test-Assertions-[0-9]*:../../devel/p5-Test-Assertions + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Policy/distinfo b/devel/p5-File-Policy/distinfo new file mode 100644 index 00000000000..1abfb3f91cc --- /dev/null +++ b/devel/p5-File-Policy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/20 16:47:42 seb Exp $ + +SHA1 (File-Policy-1.005.tar.gz) = 7323e0c1e3c872837c798281106d61e050cc7e5e +RMD160 (File-Policy-1.005.tar.gz) = 0aa6bfbe7d6ae91f3a66cbe61c30e21bae1f9da6 +Size (File-Policy-1.005.tar.gz) = 14254 bytes |