aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Auth_RADIUS
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 02:48:45 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 02:48:45 +0000
commit926f2a8b8d4bbd14b0834d80da0d6aa81fce107e (patch)
tree4034e0345d119bdbb5736009965be85912c7651b /net/pear-Auth_RADIUS
parent73911363a57bc6d872e2a39b8a8702f3d1c93468 (diff)
downloadports-926f2a8b8d4bbd14b0834d80da0d6aa81fce107e.tar.gz
ports-926f2a8b8d4bbd14b0834d80da0d6aa81fce107e.zip
Notes
Diffstat (limited to 'net/pear-Auth_RADIUS')
-rw-r--r--net/pear-Auth_RADIUS/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/pear-Auth_RADIUS/Makefile b/net/pear-Auth_RADIUS/Makefile
index 632852692f25..ad3f7804269c 100644
--- a/net/pear-Auth_RADIUS/Makefile
+++ b/net/pear-Auth_RADIUS/Makefile
@@ -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"