aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-ncurses/Makefile
blob: 468c352d5d2404675652de53315f4c5896e364de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Jille Timmermans <jille@quis.cx>
# $FreeBSD$

PORTNAME=	ncurses
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	devel pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	PECL extension for ncurses

LICENSE=	PHP301

USES=		php:pecl,cli ncurses
IGNORE_WITH_PHP=70 71 72 73

.include <bsd.port.mk>