15 lines
263 B
Makefile
15 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= runt
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby implementation of select Martin Fowler patterns
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|