20 lines
325 B
Makefile
20 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>
|