freebsd-ports/devel/rubygem-insist/Makefile
Sunpoet Po-Chuan Hsieh 7ea287c7ab Add LICENSE
- Add NO_ARCH
2019-07-01 15:38:51 +00:00

18 lines
253 B
Makefile

# $FreeBSD$
PORTNAME= insist
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple block-driven assertion library
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>