freebsd-ports/devel/rubygem-test/Makefile
Jason Helfman 1ca64e6ce5 - tightening COMMENT, removing redundancy
Submitted by:	jgh@
Approved by:	swills
With hat: ruby@
2012-08-25 00:53:16 +00:00

23 lines
434 B
Makefile

# New ports collection makefile for: rubygem-test
# Date created: 2011-06-19
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= test
PORTVERSION= 0.4.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ${GEM_NAME}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Run automated tests
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
GEM_NAME= rubygems-test-${PORTVERSION}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>