freebsd-ports/devel/rubygem-metaclass/Makefile
Sunpoet Po-Chuan Hsieh 65ca191355 Add LICENSE_FILE
2017-02-11 08:37:54 +00:00

19 lines
339 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= metaclass
PORTVERSION= 0.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Adds a metaclass method to all Ruby objects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>