mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= webmock
|
|
PORTVERSION= 1.24.6
|
|
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>
|