freebsd-ports/devel/pecl-intl/Makefile
Martin Wilke cb60f61279 - Update to 1.01
PR:		127364
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-09-24 09:08:35 +00:00

25 lines
540 B
Makefile

# New ports collection makefile for: pecl-intl
# Date created: June 28, 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= intl
PORTVERSION= 1.0.1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
#DISTNAME= svn-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= wenheping@gmail.com
COMMENT= A PECL extension to support Internationalization(ICU)
BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>