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

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

=> HTML_CSS-1.5.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/HTML_CSS-1.5.4.tgz
fetch: http://pear.php.net/get/HTML_CSS-1.5.4.tgz: size mismatch: expected 45553, actual 46162

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

16 lines
397 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= HTML_CSS
PORTVERSION= 1.5.4
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class for generating CSS declarations
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
USES= pear
.include <bsd.port.mk>