freebsd-ports/games/rubygem-fortune_gem/Makefile
Torsten Zuehlsdorff 5dcb50529a games/rubygem-fortune_gem: Update from 0.0.8 to 0.0.9
Changelog:
- Update to Rubygems best practices
- ADD MIT LICENCE
- executables must be an array of strings
- Allow this gem to be pushed to any gemserver

PR:           214559
Submitted by: mose <mose@mose.com>
Approved by:  mentors (implicit)
2016-11-23 15:22:24 +00:00

19 lines
288 B
Makefile

# $FreeBSD$
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
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/fortune_gem
.include <bsd.port.mk>