mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
- 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)
16 lines
328 B
Makefile
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>
|