mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
- Add License - Changelog: * Objects now have its name (e.g. filename, directory name..) * Adde ability to guess path to git binary * Fix unit test that doesn't work on PHPUnit 3.5.0+ * Strip terminal escape sequense * Fix git paths in unit tests * Remove space between key and value of short-form options * Fix date test failures * Add paths arguments from Git rev-list * Add composer.json * Add automated test runs with travis-ci.org Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12183
15 lines
263 B
Makefile
15 lines
263 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= VersionControl_Git
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= OO interface to handle Git repository
|
|
|
|
LICSENSE= APACHE20
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|