diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-08 10:21:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-08 10:21:06 +0000 |
commit | 7eabca377fefb051cf822f4d2f6ee7cf5470b4f8 (patch) | |
tree | a47629803bbcc25ab4f72151284a85b50e93a22b /www/p5-Apache-Htgroup | |
parent | 6c4831e7ae0ed42431fffe5fad2f5e634510bd87 (diff) | |
download | ports-7eabca377fefb051cf822f4d2f6ee7cf5470b4f8.tar.gz ports-7eabca377fefb051cf822f4d2f6ee7cf5470b4f8.zip |
Notes
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 |