blob: c166fc07c0f3db83c9406df1ba89d2e1d86eda40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
COMMENT= CVS emulation and import/export for git
SUBPORT= cvs
MASTERDIR= ${.CURDIR}/../git
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|