freebsd-ports/devel/rubygem-minitest4/Makefile
Sunpoet Po-Chuan Hsieh 46f3c86ca5 - Add LICENSE
- Move PKGNAMESUFFIX upward
- Remove contiguous blank line
2013-11-14 17:46:39 +00:00

19 lines
351 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= minitest
PORTVERSION= 4.7.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Minitest provides a complete suite of testing facilities
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>