mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
Php extensions are built from the same source tarball as php and should
have the same CPE identifier Discussed with: des@ With hat: portmgr
This commit is contained in:
parent
d11a0cea9d
commit
b6ac0cab9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368411
@ -17,14 +17,13 @@ LICENSE= PHP301
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
USES= tar:bzip2 cpe
|
||||
CPE_PRODUCT= php
|
||||
NO_OPTIONS_SORT=yes
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
CPE_PRODUCT= php
|
||||
|
||||
CONFIGURE_ARGS+=--with-layout=GNU \
|
||||
--localstatedir=/var \
|
||||
--with-config-file-scan-dir=${PREFIX}/etc/php \
|
||||
|
@ -15,13 +15,12 @@ COMMENT= PHP Scripting Language
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
USES= tar:bzip2 cpe
|
||||
CPE_PRODUCT= php
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
CPE_PRODUCT= php
|
||||
|
||||
CONFIGURE_ARGS= \
|
||||
--with-layout=GNU \
|
||||
--localstatedir=/var \
|
||||
|
@ -17,14 +17,13 @@ LICENSE= PHP301
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
USES= tar:bzip2 cpe
|
||||
CPE_PRODUCT= php
|
||||
NO_OPTIONS_SORT=yes
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
CPE_PRODUCT= php
|
||||
|
||||
CONFIGURE_ARGS+=--with-layout=GNU \
|
||||
--localstatedir=/var \
|
||||
--with-config-file-scan-dir=${PREFIX}/etc/php \
|
||||
|
@ -17,14 +17,13 @@ LICENSE= PHP301
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
USES= tar:bzip2 cpe
|
||||
CPE_PRODUCT= php
|
||||
NO_OPTIONS_SORT=yes
|
||||
.if !defined(PKGNAMESUFFIX)
|
||||
USE_AUTOTOOLS= autoconf
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
CPE_PRODUCT= php
|
||||
|
||||
CONFIGURE_ARGS+=--with-layout=GNU \
|
||||
--localstatedir=/var \
|
||||
--with-config-file-scan-dir=${PREFIX}/etc/php \
|
||||
|
Loading…
Reference in New Issue
Block a user