mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e3603ffbc3
Approved by: Current and new maintainer
28 lines
495 B
Makefile
28 lines
495 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.1
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= tom@tomjudge.com
|
|
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>
|