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

23 lines
401 B
Makefile

# Created by: 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>