freebsd-ports/devel/rubygem-blankslate/Makefile
Sunpoet Po-Chuan Hsieh 5813c968f5 Add LICENSE_FILE
2019-09-03 19:11:27 +00:00

20 lines
359 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= blankslate
PORTVERSION= 3.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abstract base class with no predefined methods
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>