blob: dfde98e21238077e867b2f7ea3ea2d407cf7e844 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: rubygem-rscm
# Date created: 2006-01-09
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= rscm
PORTVERSION= 0.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= daniel@roe.ch
COMMENT= Ruby SCM, an SCM-independent API for accessing SCMs
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|