freebsd-ports/devel/rubygem-schash/Makefile
Fernando Apesteguía e296463eb1 Pet portlint for devel/rubygem-schash
PR:	226292
Reported by:	naito.yuichiro@gmail.com
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15145
2018-04-23 17:19:17 +00:00

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
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>