mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
22 lines
411 B
Makefile
22 lines
411 B
Makefile
PORTNAME= oauth
|
|
PORTVERSION= 2.0.7
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Php interface to the OAuth Protocol
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libpcre.so:devel/pcre
|
|
|
|
USES= localbase:ldflags php:pecl
|
|
|
|
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
CONFLICTS= pecl-oauth-1*
|
|
|
|
PORTSCOUT= limit:^2.*
|
|
|
|
.include <bsd.port.mk>
|