1b5d338b27
WWW: https://github.com/nodanaonlyzuul/fortune_gem PR: ports/204730 Submitted by: mose <mose@gandi.net>
19 lines
318 B
Makefile
19 lines
318 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fortune_gem
|
|
PORTVERSION= 0.0.8
|
|
CATEGORIES= games rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mose@mose.com
|
|
COMMENT= Unix fortune program, implemented as a ruby gem
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/fortune_gem
|
|
|
|
.include <bsd.port.mk>
|