freebsd-ports/www/rubygem-cookiejar/Makefile
2021-04-06 16:31:07 +02:00

18 lines
353 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= cookiejar
PORTVERSION= 0.3.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows for parsing and returning cookies in Ruby HTTP client code
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>