freebsd-ports/devel/rubygem-coercible/Makefile
Steve Wills e2d35ef0b2 Coercible gives access to coercer objects where each object is
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>
2014-03-29 15:00:24 +00:00

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>