aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-hidef/Makefile
blob: c7d511ab7f65a4cc224a4f4c329c24a266a006cc (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
27
# New ports collection makefile for:	pecl-hidef
# Date created:			2007/03/02
# Whom:				chinsan
#
# $FreeBSD$
#

PORTNAME=	hidef
PORTVERSION=	0.1.8
CATEGORIES=	devel pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Constants for real

LICENSE=	PHP301

USE_PHP=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=4

CONFIGURE_ARGS=	--enable-hidef

.include <bsd.port.mk>