aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rscm/Makefile
blob: 05d0df1ac99be626d4b6eb4a5ce867f12533db94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	rscm
PORTVERSION=	0.5.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby SCM, an SCM-independent API for accessing SCMs
WWW=		http://rscm.rubyforge.org/

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>