diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 15:08:47 +0000 |
commit | 3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /net/pecl-radius | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) | |
download | ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip |
Notes
Diffstat (limited to 'net/pecl-radius')
-rw-r--r-- | net/pecl-radius/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile index 176945ad5ba4..aa2f8172877b 100644 --- a/net/pecl-radius/Makefile +++ b/net/pecl-radius/Makefile @@ -4,16 +4,13 @@ PORTNAME= radius DISTVERSION= 1.4.0b1 CATEGORIES= net security pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= joneum@bsdproject.de COMMENT= Radius client library for PHP LICENSE= BSD3CLAUSE -USES= php:ext tar:tgz +USES= php:pecl CONFIGURE_ARGS= --enable-radius |