forked from Lainports/freebsd-ports
17 lines
352 B
Makefile
17 lines
352 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= shoulda-context
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Context framework extracted from Shoulda
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES+= bin/convert_to_should_syntax
|
|
|
|
.include <bsd.port.mk>
|