freebsd-ports/devel/rubygem-stud/Makefile
Steve Wills 8ae0097af8 devel/rubygem-stud: create port
small reusable bits of code I'm tired of writing over and over. A library form
of my software-patterns github repo.

WWW: https://github.com/jordansissel/ruby-stud
2017-02-03 18:23:14 +00:00

14 lines
204 B
Makefile

# $FreeBSD$
PORTNAME= stud
PORTVERSION= 0.0.22
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Common code techniques
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>