595e3b672d
- While I'm here: - Add USES=php - Fix indent Content of tarballs are unchanged (checked against [1]). => I18Nv2-0.11.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/I18Nv2-0.11.4.tgz fetch: http://pear.php.net/get/I18Nv2-0.11.4.tgz: size mismatch: expected 268665, actual 279094 Reference: https://people.FreeBSD.org/~sunpoet/checksum/I18Nv2-0.11.4.tgz [1] Approved by: portmgr (blanket)
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= I18Nv2
|
|
PORTVERSION= 0.11.4
|
|
CATEGORIES= sysutils devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR Internationalization
|
|
|
|
USES= pear php
|
|
USE_PHP= iconv
|
|
|
|
.include <bsd.port.mk>
|