freebsd-ports/devel/pear-VersionControl_SVN/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

19 lines
417 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
USE_PHP= yes
USES= pear
.include <bsd.port.mk>