stream resources, and to provide utility methods to access and manipulate the stream contents. WWW: http://pear.horde.org
18 lines
428 B
Makefile
18 lines
428 B
Makefile
# Ports collection makefile for: pear-Horde_Stream
|
|
# Date created: 12 December 2012
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Stream
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde stream handler
|
|
|
|
USE_HORDE_RUN= Horde_Exception
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|