opnsense-ports/devel/rubygem-git/Makefile
Franco Fichtner 15f9b1127a */*: sync with upstream
Taken from: FreeBSD
2017-02-08 08:23:28 +01:00

21 lines
358 B
Makefile

# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
PORTNAME= git
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper library around git(1)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= git>=1.6:devel/git
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>