- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => XML_SVG-1.1.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/XML_SVG-1.1.0.tgz fetch: http://pear.php.net/get/XML_SVG-1.1.0.tgz: size mismatch: expected 7663, actual 7853 Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_SVG-1.1.0.tgz [1] Approved by: portmgr (blanket)
13 lines
260 B
Makefile
13 lines
260 B
Makefile
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_SVG
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR object-oriented API for building SVG documents
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|