forked from Lainports/opnsense-ports
9 lines
209 B
Makefile
9 lines
209 B
Makefile
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"
|