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
This commit is contained in:
parent
6c4831e7ae
commit
7eabca377f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253943
5 changed files with 32 additions and 0 deletions
|
@ -652,6 +652,7 @@
|
|||
SUBDIR += p5-Apache-Filter
|
||||
SUBDIR += p5-Apache-Gallery
|
||||
SUBDIR += p5-Apache-GopherHandler
|
||||
SUBDIR += p5-Apache-Htgroup
|
||||
SUBDIR += p5-Apache-Icon
|
||||
SUBDIR += p5-Apache-Language
|
||||
SUBDIR += p5-Apache-MP3
|
||||
|
|
21
www/p5-Apache-Htgroup/Makefile
Normal file
21
www/p5-Apache-Htgroup/Makefile
Normal file
|
@ -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>
|
3
www/p5-Apache-Htgroup/distinfo
Normal file
3
www/p5-Apache-Htgroup/distinfo
Normal file
|
@ -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
|
4
www/p5-Apache-Htgroup/pkg-descr
Normal file
4
www/p5-Apache-Htgroup/pkg-descr
Normal file
|
@ -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.
|
3
www/p5-Apache-Htgroup/pkg-plist
Normal file
3
www/p5-Apache-Htgroup/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VERSION%%/Apache/Htgroup.pm
|
||||
@dirrm %%SITE_PERL%%/Apache/Htgroup.pm
|
||||
@dirrmtry %%SITE_PERL%%/Apache/Htgroup
|
Loading…
Reference in a new issue