freebsd-ports/devel/pecl-ncurses/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

17 lines
292 B
Makefile

# Created by: Jille Timmermans <jille@quis.cx>
# $FreeBSD$
PORTNAME= ncurses
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= devel pear
MAINTAINER= tj@FreeBSD.org
COMMENT= PECL extension for ncurses
LICENSE= PHP301
USES= php:pecl,cli ncurses
IGNORE_WITH_PHP=70 71
.include <bsd.port.mk>