1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Staging support [1]

- USES for bzip2 [1]
- Fix order of lines [1]
- More precise BSD license
- Strip module binary

PR:		ports/187682 [1]
Submitted by:	maintainer
This commit is contained in:
Pawel Pekala 2014-03-21 20:57:49 +00:00
parent 5cf4f84887
commit 2a5e6135dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348745

View File

@ -12,21 +12,22 @@ PKGNAMEPREFIX= php-
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= PHP extension for Puzzle library to find similar pictures
LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \
gd:${PORTSDIR}/graphics/gd
LICENSE= BSD
LICENSE= BSD2CLAUSE
LICENSE_FILES= ${WRKSRC}/COPYING
LIB_DEPENDS= libpuzzle.so:${PORTSDIR}/graphics/libpuzzle \
libgd.so:${PORTSDIR}/graphics/gd
USES= tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME}
USE_BZIP2= yes
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
NO_STAGE= yes
pre-install:
@${STRIP_CMD} ${WRKSRC}/modules/libpuzzle.so
.include <bsd.port.mk>