21 lines
397 B
Makefile
21 lines
397 B
Makefile
PORTNAME= shoulda-context
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Context framework extracted from Shoulda
|
|
WWW= https://github.com/thoughtbot/shoulda-context
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/convert_to_should_syntax
|
|
|
|
SHEBANG_FILES= bin/*
|
|
|
|
.include <bsd.port.mk>
|