1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/pecl-intl/Makefile
Bartek Rutkowski 444b4e0ee4 devel/pecl-intl: convert to new LIB_DEPENDS format
Approved by:	marino (mentor), portmgr (blanket)
2014-07-07 11:46:39 +00:00

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