aboutsummaryrefslogtreecommitdiff
path: root/net/pecl-oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pecl-oauth2/Makefile')
-rw-r--r--net/pecl-oauth2/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile
index 5c79424e5897..c36a3d203e85 100644
--- a/net/pecl-oauth2/Makefile
+++ b/net/pecl-oauth2/Makefile
@@ -3,10 +3,7 @@
PORTNAME= oauth
PORTVERSION= 2.0.2
CATEGORIES= net pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= Php interface to the OAuth Protocol
@@ -22,7 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-oauth-1*