e2d35ef0b2
responsible for coercing only one type into other types. WWW: https://github.com/solnic/coercible PR: ports/187991 Submitted by: Michael Moll <kvedulv at kvedulv.de>
20 lines
397 B
Makefile
20 lines
397 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
|
|
|
|
RUN_DEPENDS= rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|