aboutsummaryrefslogtreecommitdiffstats
path: root/www/ruby-cruisecontrolrb/Makefile
blob: a927aa9beb80e3cc2185cf0e1c2585db2b7211b7 (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.3.0
PORTREVISION=   1
CATEGORIES= www devel ruby
MASTER_SITES=   RF
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX=   .tgz

MAINTAINER= pgollucci@p6m7g8.com
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

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CPIOARGS=   --quiet -pdum -R

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

.include <bsd.port.mk>