ports/devel/pear-VersionControl_Git/Makefile
Jochen Neumeister f86874b81a - devel/pear-VersionControl_Git: Update from 0.4.4 to 0.5.0
- 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
2017-09-18 16:22:02 +00:00

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>