opnsense-ports/devel/pear-VersionControl_SVN/Makefile
Franco Fichtner 213adc5cef */*: sync with upstream
Taken from: FreeBSD
2016-06-28 20:04:47 +02:00

18 lines
404 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
PORTNAME= VersionControl_SVN
PORTVERSION= 0.5.2
CATEGORIES= devel pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= Wrapper interface for the Subversion command-line client
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= pear-XML_Parser>=1.3.4:devel/pear-XML_Parser
RUN_DEPENDS= pear-XML_Parser>=1.3.4:devel/pear-XML_Parser
USES= pear
.include <bsd.port.mk>