aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-webmock/Makefile
blob: 2b1b2b5290e2da289f28edbf522168678d78d042 (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
# New ports collection makefile for:    rubygem-webmock
# Date created:     21 September 2010
# Whom:         Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#

PORTNAME=   webmock
PORTVERSION=    1.7.10
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Allows stubbing HTTP requests and setting expectations on the requests

RUN_DEPENDS=    rubygem-crack>=0.1.7:${PORTSDIR}/devel/rubygem-crack \
        rubygem-addressable>=2.2.5:${PORTSDIR}/www/rubygem-addressable

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>