aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-cookiejar/Makefile
blob: f30013efea2ea7c77bb7a40f7fab929d346de413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>