freebsd-ports/devel/rubygem-coercible/Makefile
Sunpoet Po-Chuan Hsieh b6fe25b6f7 Add LICENSE_FILE
2017-08-22 16:41:14 +00:00

21 lines
404 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= coercible
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby coercion library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-descendants_tracker>=0.0.1:devel/rubygem-descendants_tracker
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>