aboutsummaryrefslogtreecommitdiffstats
path: root/www/ruby-http-access/Makefile
blob: f4836bf8ea47b7483feb6ccf7325c2afd3b95359 (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
# New ports collection makefile for:    Ruby/http-access
# Date created:     31 March 2001
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   http-access
PORTVERSION=    2.C
PORTREVISION=   1
CATEGORIES= www ruby
MASTER_SITES=   http://www.jin.gr.jp/~nahi/Ruby/http-access/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ${PORTNAME}${PORTVERSION:S/./_/}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org

USE_RUBY=   yes

NO_BUILD=   yes

do-install:
    cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
    ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endif

.include <bsd.port.mk>