1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/rubygem-rscm/Makefile
2006-01-21 20:25:07 +00:00

18 lines
460 B
Makefile

# 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= http://rubyforge.org/frs/download.php/7244/
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>