diff options
Diffstat (limited to 'devel/rubygem-minitest4/Makefile')
-rw-r--r-- | devel/rubygem-minitest4/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-minitest4/Makefile b/devel/rubygem-minitest4/Makefile new file mode 100644 index 000000000000..9cc88a7739fa --- /dev/null +++ b/devel/rubygem-minitest4/Makefile @@ -0,0 +1,20 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= minitest +PORTVERSION= 4.7.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Minitest provides a complete suite of testing facilities + +PKGNAMESUFFIX= 4 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> |