4f9664ab00
OK landry@
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/01/06 04:24:25 jeremy Exp $
|
|
|
|
COMMENT = library to access web resources via HTTP
|
|
|
|
DISTNAME = httpclient-2.1.5.2
|
|
REVISION = 3
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://dev.ctor.org/http-access2/
|
|
|
|
# same as Ruby
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://dev.ctor.org/download/gems/
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|