21 lines
361 B
Makefile
21 lines
361 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= http-cookie
|
|
PORTVERSION= 1.0.3
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|