blob: c1e54de45895547122e192e54e836fb3946b09c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= gibbler
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Git-like hashes for Ruby objects
WWW= https://github.com/delano/gibbler
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-attic>=1.0<2:devel/rubygem-attic \
rubygem-rake>=13.0<14:devel/rubygem-rake
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|