freebsd-ports/devel/pear-VersionControl_SVN/Makefile
Mathieu Arnold dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00: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>