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

PORTNAME=	http-cookie
PORTVERSION=	1.0.2
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:${PORTSDIR}/net/rubygem-domain_name

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>