freebsd-ports/devel/pecl-hidef/Makefile
2013-06-07 08:12:40 +00:00

23 lines
369 B
Makefile

# Created by: 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>