mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
94c570baaa
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Numbers_Words-0.16.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Numbers_Words-0.16.4.tgz fetch: http://pear.php.net/get/Numbers_Words-0.16.4.tgz: size mismatch: expected 58379, actual 59633 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Numbers_Words-0.16.4.tgz [1] Approved by: portmgr (blanket)
17 lines
422 B
Makefile
17 lines
422 B
Makefile
# Created by: Piotr Rybicki <meritus@innervision.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Numbers_Words
|
|
PORTVERSION= 0.16.4
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= meritus@innervision.pl
|
|
COMMENT= PEAR package provides methods for spelling numerals in words
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger
|
|
RUN_DEPENDS= ${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|