diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-08 18:21:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-08 18:21:06 +0800 |
commit | 69a8c93f3bcef13c3132855541bdcbfcf8dd21d8 (patch) | |
tree | 506b71af9ab190cd07f2429aa4d446aa11006e69 /www/p5-Apache-Htgroup | |
parent | 3d8fd37203b47cea17dac7f31f4d3191b23d1b54 (diff) | |
download | freebsd-ports-gnome-69a8c93f3bcef13c3132855541bdcbfcf8dd21d8.tar.gz freebsd-ports-gnome-69a8c93f3bcef13c3132855541bdcbfcf8dd21d8.tar.zst freebsd-ports-gnome-69a8c93f3bcef13c3132855541bdcbfcf8dd21d8.zip |
Manage Apache htgroup files. Please note that this is not a mod_perl
module. Please also note that there is another module that does similar
things (HTTPD::UserManage) and that this is a more simplistic module, not
doing all the things that one does.
PR: ports/144875
Submitted by: otaviof at gmail.com
Diffstat (limited to 'www/p5-Apache-Htgroup')
-rw-r--r-- | www/p5-Apache-Htgroup/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Apache-Htgroup/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Apache-Htgroup/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Apache-Htgroup/pkg-plist | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Apache-Htgroup/Makefile b/www/p5-Apache-Htgroup/Makefile new file mode 100644 index 000000000000..d1776f26e16d --- /dev/null +++ b/www/p5-Apache-Htgroup/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Apache-Htgroup +# Date created: Fri Mar 19 11:05:42 BRT 2010 +# Whom: otaviof@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= Apache-Htgroup +PORTVERSION= 1.22 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= otaviof@gmail.com +COMMENT= Manage Apache authentication group files + +PERL_CONFIGURE= yes + +MAN3= Apache::Htgroup.3 + +.include <bsd.port.mk> diff --git a/www/p5-Apache-Htgroup/distinfo b/www/p5-Apache-Htgroup/distinfo new file mode 100644 index 000000000000..a9db72928bad --- /dev/null +++ b/www/p5-Apache-Htgroup/distinfo @@ -0,0 +1,3 @@ +MD5 (Apache-Htgroup-1.22.tar.gz) = 5c96ff5c81b678d506073c9926922829 +SHA256 (Apache-Htgroup-1.22.tar.gz) = 5df21c295ef0b68ae0e827a9f3ea2f9560238f54ef89a2125a9eef140617fe3f +SIZE (Apache-Htgroup-1.22.tar.gz) = 13239 diff --git a/www/p5-Apache-Htgroup/pkg-descr b/www/p5-Apache-Htgroup/pkg-descr new file mode 100644 index 000000000000..235c4b2a6b6a --- /dev/null +++ b/www/p5-Apache-Htgroup/pkg-descr @@ -0,0 +1,4 @@ +Manage Apache htgroup files. Please note that this is not a mod_perl +module. Please also note that there is another module that does similar +things (HTTPD::UserManage) and that this is a more simplistic module, not +doing all the things that one does. diff --git a/www/p5-Apache-Htgroup/pkg-plist b/www/p5-Apache-Htgroup/pkg-plist new file mode 100644 index 000000000000..501823bbb208 --- /dev/null +++ b/www/p5-Apache-Htgroup/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VERSION%%/Apache/Htgroup.pm +@dirrm %%SITE_PERL%%/Apache/Htgroup.pm +@dirrmtry %%SITE_PERL%%/Apache/Htgroup |