20 lines
429 B
Makefile
20 lines
429 B
Makefile
PORTNAME= snaky_hash
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Hashie::Mash joint to make \#snakelife better
|
|
WWW= https://gitlab.com/oauth-xx/snaky_hash
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-hashie>=0:devel/rubygem-hashie \
|
|
rubygem-version_gem>=1.1.1<2:devel/rubygem-version_gem
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|