freebsd-ports/devel/pecl-scream/Makefile
Martin Wilke d570c145f4 The scream extension gives the possibility to disable the silencing error
control operator (aka The At Sign: '@') so all errors are being reported.

This feature is controlled by an ini setting.

WWW: http://pecl.php.net/package/scream

PR:		ports/163669
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2012-02-07 04:30:31 +00:00

26 lines
435 B
Makefile

# Date created: 2011-12-28
# Whom: Volodymyr Kostyrko <c.kworr@gmail.com>
#
# $FreeBSD$
#
PORTNAME= scream
DISTVERSION= 0.1.0
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= c.kworr@gmail.com
COMMENT= Break the silence operator
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
test: build
@(cd ${WRKSRC} && ${MAKE} test)
.include <bsd.port.mk>