blob: bc4e2924828d9eba29bf3ea6c10983d7d5568858 (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= webmock
PORTVERSION= 3.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows stubbing HTTP requests and setting expectations on the requests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.3.6:www/rubygem-addressable \
rubygem-crack>=0.3.2:devel/rubygem-crack \
rubygem-hashdiff>=0:devel/rubygem-hashdiff
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|