285d94cfce
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => XML_HTMLSax-2.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/XML_HTMLSax-2.1.2.tgz fetch: http://pear.php.net/get/XML_HTMLSax-2.1.2.tgz: size mismatch: expected 16099, actual 16089 Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_HTMLSax-2.1.2.tgz [1] Approved by: portmgr (blanket)
13 lines
295 B
Makefile
13 lines
295 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_HTMLSax
|
|
PORTVERSION= 2.1.2
|
|
CATEGORIES= textproc devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR SAX parser for HTML and other badly formed XML documents
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|