d570c145f4
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>
26 lines
435 B
Makefile
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>
|