21 lines
412 B
Makefile
21 lines
412 B
Makefile
|
# 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>
|