blob: ff19a29614c373af3f0f84a6a599c68f7e8668b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= rash_alt
PORTVERSION= 0.4.12
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple extension to Hashie::Mash for rubyified keys
WWW= https://github.com/shishi/rash_alt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-hashie>=3.4:devel/rubygem-hashie
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|