diff options
-rw-r--r-- | devel/rubygem-multi_test/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/rubygem-multi_test/Makefile b/devel/rubygem-multi_test/Makefile index 2b7dd468ee4b..f6a4e8f2e7f0 100644 --- a/devel/rubygem-multi_test/Makefile +++ b/devel/rubygem-multi_test/Makefile @@ -6,15 +6,17 @@ PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Help control rogue test, unit, autorun requirments LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem shebangfix +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem shebangfix SHEBANG_FILES= test/all test/run .include <bsd.port.mk> |