1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 02:48:45 +00:00
parent 73911363a5
commit 926f2a8b8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314243

View File

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