19 lines
424 B
Makefile
19 lines
424 B
Makefile
|
# Ports collection makefile for: pear-Horde_Http
|
||
|
# Date created: 7 July 2011
|
||
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= Horde_Http
|
||
|
DISTVERSION= 1.0.3
|
||
|
CATEGORIES= www pear
|
||
|
|
||
|
MAINTAINER= mm@FreeBSD.org
|
||
|
COMMENT= Horde HTTP libraries
|
||
|
|
||
|
USE_HORDE_RUN= Horde_Exception Horde_Support
|
||
|
|
||
|
.include <bsd.port.pre.mk>
|
||
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
||
|
.include <bsd.port.post.mk>
|