aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Horde_Feed/Makefile
blob: 6e240d1ca079638c9a4a4eb88ea47d86d30f3790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Horde_Feed
PORTVERSION=	2.0.4
CATEGORIES=	www pear

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Feed libraries
WWW=		https://pear.horde.org

USES=	horde php cpe
USE_PHP=	dom
USE_HORDE_RUN=	Horde_Exception \
		Horde_Http \
		Horde_Xml_Element

.include <bsd.port.mk>