1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/pear-Auth_RADIUS/Makefile
2008-09-08 00:22:00 +00:00

27 lines
606 B
Makefile

# Ports collection makefile for: pear-Auth_RADIUS
# Date created: 11 March 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Auth_RADIUS
PORTVERSION= 1.0.6
CATEGORIES= net security pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR wrapper classes for the RADIUS PECL
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= radius
CATEGORY= Auth
FILES= RADIUS.php
EXAMPLES= radius-acct.php radius-auth.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>