9 lines
202 B
Makefile
9 lines
202 B
Makefile
COMMENT= Import from and submit to Perforce repositories using git
|
|
|
|
SUBPORT= p4
|
|
|
|
MASTERDIR= ${.CURDIR}/../git
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|