19 lines
443 B
Makefile
19 lines
443 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= VersionControl_SVN
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Wrapper interface for the Subversion command-line client
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= pear-XML_Parser>=1.3.4:${PORTSDIR}/devel/pear-XML_Parser
|
|
RUN_DEPENDS= pear-XML_Parser>=1.3.4:${PORTSDIR}/devel/pear-XML_Parser
|
|
|
|
USE_PHP= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|