mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
23 lines
497 B
Makefile
23 lines
497 B
Makefile
# Ports collection makefile for: pear-Horde_Date
|
|
# Date created: 6 July 2011
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Controller
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Controller libraries
|
|
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Injector \
|
|
Horde_Log \
|
|
Horde_Support \
|
|
Horde_Util
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|