blob: 351727a81115cfffacf1fe3c2ab8db007ed638ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Ports collection makefile for: rubygem-rscm
# Date created: 2006-01-09
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= rscm
PORTVERSION= 0.3.16
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= daniel@roe.ch
COMMENT= Ruby SCM, an SCM-independent API for accessing SCMs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
|