1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/pecl-intl/Makefile
Martin Wilke 9100e644de - Ignore PHP52
Feature safe:	yes
2011-11-12 17:07:54 +00:00

29 lines
542 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.1.2
PORTREVISION= 3
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)
LIB_DEPENDS= icui18n.48:${PORTSDIR}/devel/icu
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4 52
.include <bsd.port.mk>