aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache2-SiteControl/Makefile
blob: c5faff47c82d8c10e47571703a1eba17499f1e7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	p5-Apache2-SiteControl
# Date created: 			18 June 2011
# Whom:					Nick Hilliard <nick@foobar.org
#
# $FreeBSD$
#

PORTNAME=	Apache2-SiteControl
PORTVERSION=	1.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	nick@foobar.org
COMMENT=	Perl web site authentication/authorization system

PERL_CONFIGURE=	yes

MAN3=		Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \
		Apache2::SiteControl::ManagerFactory.3 \
		Apache2::SiteControl::GrantAllRule.3 Apache2::SiteControl.3 \
		Apache2::SiteControl::UserFactory.3 \
		Apache2::SiteControl::Radius.3 \
		Apache2::SiteControl::PermissionManager.3

.include <bsd.port.mk>