Reviewed by: bapt, ports@ Tested with: poudriere + diff on the content of generated packages
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_View
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde View API
|
|
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Support \
|
|
Horde_Util
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|