d779ab4fa4
- Add LICENSE - Add NO_ARCH Changes: https://github.com/jordansissel/ruby-stud/commits/master
17 lines
236 B
Makefile
17 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stud
|
|
PORTVERSION= 0.0.23
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Common code techniques
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|