freebsd-ports/devel/pecl-test_helpers/Makefile
Martin Wilke 337a7fa041 - Marke these ports as stage safe
- While here remove php4 gruft
2014-01-23 15:12:50 +00:00

25 lines
487 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= test_helpers
PORTVERSION= 1.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension to ease testing of PHP code
CONFIGURE_ARGS= --enable-test-helpers
USE_PHP= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>