1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/rubygem-rscm/Makefile
Jean Milanez Melo 0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00

19 lines
473 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= ${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>