1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/pecl-scream/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

21 lines
330 B
Makefile

# Created by: Volodymyr Kostyrko <c.kworr@gmail.com>
# $FreeBSD$
PORTNAME= scream
DISTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= c.kworr@gmail.com
COMMENT= Break the silence operator
LICENSE= PHP301
USES= php:pecl
IGNORE_WITH_PHP= 70 71
test: build
@(cd ${WRKSRC} && ${MAKE} test)
.include <bsd.port.mk>