blob: ce7ce0b1ea2c507091d6384aac59f3be2abd7095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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"
|