5c7b4a79f2
While here convert some ports to optiosn helpers
17 lines
303 B
Makefile
17 lines
303 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|