freebsd-ports/devel/rubygem-necromancer/Makefile
Sunpoet Po-Chuan Hsieh cc6fb398c8 Add rubygem-necromancer 0.4.0
Necromancer provides independent type conversion component for TTY toolkit. It
supports conversion from one object type to another with a bit of black magic.

WWW: https://github.com/piotrmurach/necromancer
2018-03-12 20:35:15 +00:00

19 lines
325 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= necromancer
PORTVERSION= 0.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convert object types
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>