mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Add git-lite, a new git slave port with minimal set of dependencies
PR: 196066 Submitted by: chrissicool@gmail.com
This commit is contained in:
parent
8842ccdc9a
commit
08389071e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379898
17
devel/git-lite/Makefile
Normal file
17
devel/git-lite/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $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= git-[0-9]* git-subversion-[0-9]*
|
||||
|
||||
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
6
devel/git-lite/pkg-descr
Normal file
6
devel/git-lite/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Git is a free and open source distributed version control system designed to
|
||||
handle everything from small to very large projects with speed and efficiency.
|
||||
|
||||
This version provides the bare minimum git experience without any bindings.
|
||||
|
||||
WWW: http://git-scm.com/
|
@ -10,7 +10,7 @@ DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
OPTIONS_SLAVE= SVN
|
||||
|
||||
CONFLICTS?= git-[0-9]*
|
||||
CONFLICTS= git-[0-9]* git-lite-[0-9]*
|
||||
|
||||
DISTINFO_FILE= ${MASTERDIR}/distinfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user