aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Horde_Feed/Makefile
blob: e21d817de4bff4cc3d42a02952b5ef17a178b082 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>