21 lines
357 B
Makefile
21 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.18 2014/05/08 16:13:36 jeremy Exp $
|
|
|
|
COMMENT = replacement for Ruby's URI implementation
|
|
|
|
DISTNAME = addressable-2.2.2
|
|
REVISION = 3
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://addressable.rubyforge.org/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = rake rspec
|
|
|
|
.include <bsd.port.mk>
|