1999-09-20 20:28:18 +02: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 04:37:15 +02:00
|
|
|
PORTNAME= Apache-Radius
|
2006-09-07 15:34:45 +02:00
|
|
|
PORTVERSION= 0.9
|
1999-09-20 20:28:18 +02:00
|
|
|
CATEGORIES= www security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2001-03-01 07:39:18 +01:00
|
|
|
DISTNAME= Apache-AuthenRadius-${PORTVERSION}
|
1999-09-20 20:28:18 +02:00
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A perl5 module for providing RADIUS authentication in Apache+mod_perl
|
1999-09-20 20:28:18 +02:00
|
|
|
|
2003-10-24 14:05:09 +02: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 04:37:15 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
1999-09-20 20:28:18 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1999-09-20 20:28:18 +02:00
|
|
|
|
|
|
|
MAN3= Apache::AuthenRadius.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|