- Update version requirement of RUN_DEPENDS Changes: https://github.com/sparklemotion/http-cookie/blob/master/CHANGELOG.md
20 lines
349 B
Makefile
20 lines
349 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= http-cookie
|
|
PORTVERSION= 1.0.4
|
|
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
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|