0224b9e7cd
- Fix build in PHP 5.5 [1]
- Use USES=tar:tgz
- Bump PORTREVISION for package change
- While I'm here, simplify Makefile
Obtained from: c04ae7e2f5
[1]
PR: ports/189863
Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
25 lines
482 B
Makefile
25 lines
482 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= test_helpers
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.phpunit.de/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Extension to ease testing of PHP code
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CONFIGURE_ARGS= --enable-test-helpers
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USE_PHPIZE= yes
|
|
USES= tar:tgz
|
|
SUB_FILES= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
.include <bsd.port.mk>
|