diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 11:53:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 11:53:12 +0000 |
commit | 1f30397d4f9826b9d40df7d42ade0a0845889024 (patch) | |
tree | 39ede8d8bc091c854497073b252b5d456266d60a /devel/libgit2 | |
parent | 7c53903383f1472446e120309821dfe0451a1c18 (diff) | |
download | ports-1f30397d4f9826b9d40df7d42ade0a0845889024.tar.gz ports-1f30397d4f9826b9d40df7d42ade0a0845889024.zip |
Notes
Diffstat (limited to 'devel/libgit2')
-rw-r--r-- | devel/libgit2/Makefile | 10 | ||||
-rw-r--r-- | devel/libgit2/pkg-descr | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 61e2bac2cabf..6ac416e350e6 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -1,20 +1,18 @@ -# New ports collection makefile for: libgit2 -# Date created: 2011-05-27 -# Whom: Baptiste Daroussin <bapt@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= libgit2 PORTVERSION= 0.17.0 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/libgit2/libgit2/ +MASTER_SITES= GHC MAINTAINER= bapt@FreeBSD.org COMMENT= Portable, pure C implementation of the Git core LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= libgit2 + USE_CMAKE= yes USE_LDCONFIG= yes USE_PYTHON_BUILD= yes diff --git a/devel/libgit2/pkg-descr b/devel/libgit2/pkg-descr index 5e8f4d8fe695..93cf7ace8a91 100644 --- a/devel/libgit2/pkg-descr +++ b/devel/libgit2/pkg-descr @@ -9,4 +9,4 @@ re-entrant, with sane error handling designed with a solid and consistent API available as bindings for all major scripting languages -WWW: http://libgit2.github.com/ +WWW: http://libgit2.github.com/ |