blob: 753828a359e9bbe1c275db0c1c1641ccff4f98f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|