b524fc19b7
Ruby hash validator WWW: https://github.com/itamae-kitchen/itamae PR: 210047 Submitted by: naito.yuichiro@gmail.com
18 lines
293 B
Makefile
18 lines
293 B
Makefile
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= schash
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= naito.yuichiro@gmail.com
|
|
COMMENT= Ruby hash validator
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|