aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rscm/Makefile
blob: 2dc3265d3207d170729af0e6d7357cc8a10a02f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$

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

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>