freebsd-ports/devel/git-lite/Makefile
Brooks Davis 2f6e9a02d7 Enable subversion support by default and remove git-subversion.
Without PROVIDES/REQUIRES support, ports must depend on exactly one git
port/pkg.  Subversion is currently FreeBSD's primiary version control
system and it is widely used with git so it makes sense to enable it by
default and provide a consistent user experience.

Approved by:	garga
Differential Revision:	https://reviews.freebsd.org/D22496
2019-11-22 17:25:07 +00:00

17 lines
329 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -lite
COMMENT= Distributed source code management tool (lite package)
MASTERDIR= ${.CURDIR}/../git
DESCR= ${.CURDIR}/pkg-descr
OPTIONS_EXCLUDE=GUI SVN GITWEB CONTRIB P4 CVS PERL
CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]*
DISTINFO_FILE= ${MASTERDIR}/distinfo
.include "${MASTERDIR}/Makefile"