7eabca377f
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
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# 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>
|