mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Support staging
- Correct LICENSE definition - Specify LICENSE_FILE - Convert USE_BZIP2=yes to USES=tar:bzip2 - Use DEFAULT_VERSIONS instead of DEFAULT_PHP_VER - Use COPYTREE_SHARE istead of CP
This commit is contained in:
parent
1c8975353b
commit
b3948eb981
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350062
@ -9,18 +9,18 @@ MASTER_SITES= GOOGLE_CODE
|
||||
MAINTAINER= nbari@dalmp.com
|
||||
COMMENT= Database Abstraction Layer for MySQL using PHP
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USE_BZIP2= YES
|
||||
USES= tar:bzip2
|
||||
|
||||
DEFAULT_PHP_VER=5
|
||||
DEFAULT_VERSIONS=php=5
|
||||
|
||||
NO_BUILD= YES
|
||||
NO_BUILD= yes
|
||||
USE_PHP= pcre mysql mysqli session memcache sqlite3 curl
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${CP} -R ${WRKSRC}/ ${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user