1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/pear-XML_Feed_Parser/Makefile
Jochen Neumeister eb9ac8e5ea hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 18:09:09 +00:00

15 lines
280 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML_Feed_Parser
PORTVERSION= 1.0.5
CATEGORIES= textproc devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Providing a unified API for handling Atom/RSS
USES= pear php
USE_PHP= tidy dom
.include <bsd.port.mk>