mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4ce6813ae7
PR: ports/133510 Approved by: maintainer timeout (2 weeks 1 day) Submitted by: me
26 lines
562 B
Makefile
26 lines
562 B
Makefile
# Ports collection makefile for: rubygem-hoe
|
|
# Date created: 5 December 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hoe
|
|
PORTVERSION= 1.12.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= seattlerb
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= A simple rake/rubygems helper for project Rakefiles
|
|
|
|
BUILD_DEPENDS= rubygem-rubyforge>=1.0.3:${PORTSDIR}/devel/rubygem-rubyforge
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/sow
|
|
|
|
.include <bsd.port.mk>
|