Files
pkgsrc-ng/net/ruby-em-socksify/Makefile
2014-11-05 12:41:07 +01:00

15 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/09/15 18:46:56 taca Exp $
DISTNAME= em-socksify-0.3.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/igrigorik/em-socksify
COMMENT= Transparent SOCKS support for any EventMachine protocol
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.0:../../devel/ruby-eventmachine
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"