1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59: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:
Emanuel Haupt 2014-04-04 07:50:26 +00:00
parent 1c8975353b
commit b3948eb981
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350062

View File

@ -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>