blob: ee13f39adc91b3ead6cf9d9ec3bb669192ff2596 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Ports collection makefile for: rubygem-rubyforge
# Date created: 3 December 2006
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
#
PORTNAME= rubyforge
PORTVERSION= 0.4.4
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= codeforpeople
MAINTAINER= jw@innerewut.de
COMMENT= Simplistic script which automates rubyforge operations
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>
|