1999-09-20 18:28:18 +00:00
|
|
|
# New ports collection makefile for: p5-Apache-Radius
|
|
|
|
# Date created: Mon 20 Sep 19:46:21 SAST 1999
|
|
|
|
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 02:37:15 +00:00
|
|
|
PORTNAME= Apache-Radius
|
2001-02-05 15:33:58 +00:00
|
|
|
PORTVERSION= 0.3
|
1999-09-20 18:28:18 +00:00
|
|
|
CATEGORIES= www security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Apache
|
2000-06-17 02:37:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
2001-03-01 06:39:18 +00:00
|
|
|
DISTNAME= Apache-AuthenRadius-${PORTVERSION}
|
1999-09-20 18:28:18 +00:00
|
|
|
|
2004-03-18 17:40:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A perl5 module for providing RADIUS authentication in Apache+mod_perl
|
1999-09-20 18:28:18 +00:00
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
|
|
|
|
${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
|
2000-06-17 02:37:15 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
1999-09-20 18:28:18 +00:00
|
|
|
|
2001-03-01 06:39:18 +00:00
|
|
|
PERL_CONFIGURE= yes
|
1999-09-20 18:28:18 +00:00
|
|
|
|
|
|
|
MAN3= Apache::AuthenRadius.3
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|