aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-ncurses/Makefile
blob: a51cf610c6cc018bcdaa97e687b8bf7cea3487be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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= jille@quis.cx
COMMENT=    A PECL extension for ncurses

USE_PHP=    yes
USE_PHP_BUILD=  yes
USE_PHPEXT= yes
WANT_PHP_CLI=   yes

CONFLICTS=  php52-[0-9]

.include <bsd.port.mk>