freebsd-ports/devel/pecl-hidef/Makefile

25 lines
415 B
Makefile
Raw Normal View History

# New ports collection makefile for: pecl-hidef
# Date created: 2007/03/02
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= hidef
2008-10-04 05:38:12 +02:00
PORTVERSION= 0.1.1
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>