blob: bf1ef09fb23b45651bf78cdb508c1ea68bedeeb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: rubygem-cookiejar
# Date created: 2012-06-10
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cookiejar
PORTVERSION= 0.3.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Allows for parsing and returning cookies in Ruby HTTP client code
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|