21 lines
388 B
Makefile
21 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:44:49 espie Exp $
|
|
|
|
COMMENT = library to access web resources via HTTP
|
|
|
|
DISTNAME = httpclient-2.1.5.2
|
|
REVISION = 5
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://dev.ctor.org/http-access2/
|
|
|
|
# same as Ruby
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = http://dev.ctor.org/download/gems/
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|