2a66804a8e
- Update WWW Changes: https://github.com/thoughtbot/shoulda-context/blob/master/CHANGELOG.md
23 lines
407 B
Makefile
23 lines
407 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= shoulda-context
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Context framework extracted from Shoulda
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/convert_to_should_syntax
|
|
|
|
SHEBANG_FILES= bin/*
|
|
|
|
.include <bsd.port.mk>
|