14 lines
251 B
Makefile
14 lines
251 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
PORTNAME= VersionControl_Git
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= OO interface to handle Git repository
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|