16 lines
313 B
Makefile
16 lines
313 B
Makefile
PORTNAME= fortune_gem
|
|
PORTVERSION= 0.0.9
|
|
CATEGORIES= games rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mose@mose.com
|
|
COMMENT= Unix fortune program, implemented as a ruby gem
|
|
WWW= https://github.com/nodanaonlyzuul/fortune_gem
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
PLIST_FILES= bin/fortune_gem
|
|
|
|
.include <bsd.port.mk>
|