97ec8dcc9b
- While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => XML_Feed_Parser-1.0.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/XML_Feed_Parser-1.0.5.tgz fetch: http://pear.php.net/get/XML_Feed_Parser-1.0.5.tgz: size mismatch: expected 264507, actual 272006 Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_Feed_Parser-1.0.5.tgz [1] Approved by: portmgr (blanket)
14 lines
282 B
Makefile
14 lines
282 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_Feed_Parser
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= textproc devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Providing a unified API for handling Atom/RSS
|
|
|
|
USES= pear php
|
|
USE_PHP= tidy dom
|
|
|
|
.include <bsd.port.mk>
|