blob: a231ece023b32a9edfea4946bf5531162b831101 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Daniel Roethlisberger <daniel@roe.ch>
PORTNAME= git
PORTVERSION= 1.10.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 \
rubygem-rchardet>=1.8<2:textproc/rubygem-rchardet
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|