forked from Lainports/freebsd-ports
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
14 lines
204 B
Makefile
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>
|