freebsd-ports/devel/rubygem-git/Makefile
Sunpoet Po-Chuan Hsieh 9c476bc6f2 Update to 1.3.0
- Add LICENSE_FILE

Changes:	https://github.com/schacon/ruby-git/blob/master/CHANGELOG
2017-02-07 20:32:41 +00: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>