freebsd-ports/archivers/pear-Horde_Compress/Makefile
2012-05-16 08:55:11 +00:00

26 lines
602 B
Makefile

# Ports collection makefile for: pear-Horde_Compress
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Compress
PORTVERSION= 1.0.7
CATEGORIES= archivers www pear
PKGNAMEPREFIX= pear-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Compression API
OPTIONS= ZLIB "Depend on PHP zlib extension" On
USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Util Horde_Stream_Filter
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_ZLIB)
USE_PHP+= zlib
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>