aboutsummaryrefslogtreecommitdiff
path: root/www/ruby-cruisecontrolrb/Makefile
blob: 5e8bc32f282bf185cb8013359e1078e6931653ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Ports collection makefile for:	ruby-cruisecontrolrb
# Date created:				25 Sep 2007
# Whom:					Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$

PORTNAME=	cruisecontrolrb
PORTVERSION=	1.4.0
PORTREVISION=	1
CATEGORIES=	www devel ruby
MASTER_SITES=	RF
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	cruisecontrol-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Continuous Integration Server For Rails Applications

RUN_DEPENDS=	rubygem-mongrel>=1.0.1:${PORTSDIR}/www/rubygem-mongrel \
		svn:${PORTSDIR}/devel/subversion

USE_RC_SUBR=	cruisecontrolrb

NO_BUILD=	yes

CPIOARGS=	--quiet -pdum -R

do-install:
	@ ${INSTALL} -d -m 0755 ${WWWDIR}
	@ cd ${WRKSRC} && ${FIND} . -name \*.bat -o -name \*.orig -o -name \*Changelog -o -name .gitignore -o -print | \
		${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${WWWDIR}

.include <bsd.port.mk>