freebsd-ports/devel/pear-I18N/Makefile
Jochen Neumeister b81028a936 - Add LICENSE
Sponsored by:	Netzkommune GmbH
2019-01-10 17:39:26 +00:00

18 lines
372 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
PORTNAME= I18N
PORTVERSION= 1.0.0
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR internationalization package
LICENSE= PHP30
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>