pkgsrc/www/ruby-patron/Makefile
fhajny d6abfca7e0 Import ruby18-patron-0.4.4 as www/ruby-patron.
Patron is a Ruby HTTP client library based on libcurl. It does not try
to expose the full "power" (read complexity) of libcurl but instead
tries to provide a sane API while taking advantage of libcurl under
the hood.
2009-12-02 12:13:28 +00:00

18 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/12/02 12:13:28 fhajny Exp $
DISTNAME= patron-0.4.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
MAINTAINER= filip@joyent.com
HOMEPAGE= http://toland.github.com/patron/
COMMENT= Ruby HTTP client library based on libcurl
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
GEM_BUILD= gemspec
.include "../../www/curl/buildlink3.mk"
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"