1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/pecl-hidef/Makefile
Rong-En Fan b73b1c0f64 Add pecl-hidef 0.1.0, constants for real.
PR:		ports/109808
Submitted by:	chinsan
2007-03-05 12:09:31 +00:00

25 lines
415 B
Makefile

# New ports collection makefile for: pecl-hidef
# Date created: 2007/03/02
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= hidef
PORTVERSION= 0.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Constants for real
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-hidef
.include <bsd.port.mk>