freebsd-ports/devel/pecl-intl/Makefile
Baptiste Daroussin 4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00

23 lines
438 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-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= A PECL extension to support Internationalization(ICU)
LICENSE= PHP301
LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>