freebsd-ports/www/rubygem-http-cookie/Makefile
Sunpoet Po-Chuan Hsieh 18b8c1233b - Add LICENSE
2015-04-05 18:24:27 +00:00

20 lines
389 B
Makefile

# 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>