mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
17 lines
291 B
Makefile
17 lines
291 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
|
|
PORTNAME= Horde_Feed
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Feed libraries
|
|
|
|
USES= horde php
|
|
USE_PHP= dom
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Http \
|
|
Horde_Xml_Element
|
|
|
|
.include <bsd.port.mk>
|