17 lines
318 B
Makefile
17 lines
318 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
PORTNAME= ai4r
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Various Ruby artificial intelligence algorithm implementations
|
|
|
|
LICENSE= MPL11
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|