1: add LICENSE/LICENSE_FILE.
2: switch to USES=tar:tgz
This commit is contained in:
parent
7c084dd097
commit
dec91f1c9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379771
1 changed files with 4 additions and 1 deletions
|
@ -6,18 +6,21 @@ PORTVERSION= 1.2.3
|
|||
CATEGORIES= net pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Php Interface to the OAuth Protocol
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/curl/curl.h:${PORTSDIR}/ftp/curl
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue