088a09506e
1.0.4 (2021-06-07) No change log, please refer <https://github.com/sparklemotion/http-cookie/compare/v1.0.3...v1.0.4> in detail.
16 lines
427 B
Makefile
16 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/06/14 16:07:35 taca Exp $
|
|
|
|
DISTNAME= http-cookie-1.0.4
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= https://github.com/sparklemotion/http-cookie
|
|
COMMENT= Ruby library to handle HTTP Cookies based on RFC 6265
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-domain_name>=0.5<1:../../net/ruby-domain_name
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|