aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-mechanize/Makefile
blob: 0d3df1945ad943ff86406a0a943efea424ee8304 (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
# Ports collection makefile for:    rubygem-mechanize
# Date created:             5 Feb 2007
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   mechanize
PORTVERSION=    0.8.3
CATEGORIES= www rubygems
MASTER_SITES=   RF

MAINTAINER= clsung@FreeBSD.org
COMMENT=    WWW::Mechanize, a handy web browsing ruby object

BUILD_DEPENDS=  rubygem-hpricot>=0.5.0:${PORTSDIR}/www/rubygem-hpricot \
        rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_RUBY=   yes
USE_RUBYGEMS=   yes

post-install:
    @${ECHO} ${GEM_CACHE} > ${TMPPLIST}
    @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
    @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
    @${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
    @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
    @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}

.include <bsd.port.mk>