df62886b70
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => XML_Transformer-1.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/XML_Transformer-1.1.2.tgz fetch: http://pear.php.net/get/XML_Transformer-1.1.2.tgz: size mismatch: expected 29077, actual 29248 Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_Transformer-1.1.2.tgz [1] Approved by: portmgr (blanket)
16 lines
382 B
Makefile
16 lines
382 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_Transformer
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR XML Transformations in PHP
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util
|
|
RUN_DEPENDS:= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|