mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
eb9ac8e5ea
Sponsored by: Netzkommune GmbH
15 lines
280 B
Makefile
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>
|