ports/devel/pear-I18N/Makefile
Sunpoet Po-Chuan Hsieh e258e2e6b6 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> I18N-1.0.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/I18N-1.0.0.tgz
fetch: http://pear.php.net/get/I18N-1.0.0.tgz: size mismatch: expected 32600, actual 32881

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/I18N-1.0.0.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:35:11 +00:00

16 lines
328 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
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear
USES= pear
.include <bsd.port.mk>