aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-http-cookie/Makefile
blob: 8fc7f0d3942c61695aaeaac77b91b17b374404c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	http-cookie
PORTVERSION=	1.0.5
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library to handle HTTP Cookies

LICENSE=	MIT

RUN_DEPENDS=	rubygem-domain_name>=0.5<1:net/rubygem-domain_name

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>