mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
458 B
Makefile
22 lines
458 B
Makefile
COMMENT = replacement for Ruby's URI implementation
|
|
|
|
DISTNAME = addressable-2.9.0
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = https://github.com/sporkmonger/addressable
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
RUN_DEPENDS += net/ruby-public_suffix,${MODRUBY_FLAVOR},>=2.0.2,<8
|
|
|
|
# Tests require dependencies not in ports
|
|
|
|
.include <bsd.port.mk>
|