freebsd-ports/devel/pecl-intl/Makefile
Adam Weinberger a4fd9d5220 USES=tar:...
2014-06-20 01:55:40 +00:00

23 lines
432 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= intl
PORTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= PECL extension to support Internationalization(ICU)
LICENSE= PHP301
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>