1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/pecl-ncurses/Makefile
Tom Judge cae0c41972 Upgrade to 1.0.2
Changes:

- Fixed build on PHP 5.3+
- Fixed bug #60853 (Missing NCURSES_KEY_HOME constant)

Feature safe:	yes
Approved by:	eadler, db (mentors, implicit)
2012-12-09 06:08:41 +00:00

28 lines
493 B
Makefile

# New ports collection makefile for: pecl-ncurses
# Date created: 29 Apr 2010
# Whom: Jille Timmermans <jille@quis.cx>
#
# $FreeBSD$
#
PORTNAME= ncurses
PORTVERSION= 1.0.2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= tj@FreeBSD.org
COMMENT= A PECL extension for ncurses
LICENSE= PHP301
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
WANT_PHP_CLI= yes
IGNORE_WITH_PHP=4 52
.include <bsd.port.mk>