pkgsrc/converters/pear-I18n_UnicodeNormalizer/Makefile

14 lines
374 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 00:20:15 asau Exp $
DISTNAME= I18N_UnicodeNormalizer-1.0.0
CATEGORIES+= converters
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to provide Unicode Normalization
LICENSE= 2-clause-bsd
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.0:../../converters/php-mbstring
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"