freebsd-ports/www/p5-Apache-Htgroup/Makefile
Martin Wilke 7eabca377f 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
2010-05-08 10:21:06 +00:00

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>