337a7fa041
- While here remove php4 gruft
23 lines
410 B
Makefile
23 lines
410 B
Makefile
# Created by: 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=52
|
|
|
|
.include <bsd.port.mk>
|