27 lines
548 B
Makefile
27 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/06/14 23:54:16 landry Exp $
|
|
|
|
COMMENT = library for programmatically tunneling connections
|
|
|
|
DISTNAME = net-ssh-gateway-1.0.0
|
|
PKGNAME = ruby-${DISTNAME}p0
|
|
CATEGORIES = net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=net-ssh/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = :ruby-net-ssh->=2.0.0:net/ruby-net-ssh
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|