blob: 60d0bbe82a5d8ec4af7e06d0734d6aada534a418 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
COMMENT= Bidirectional operation between a Subversion repository and Git
SUBPORT= svn
MASTERDIR= ${.CURDIR}/../git
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|