mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
21 lines
330 B
Makefile
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>
|