1e600ec0a2
The purpose of Thor is to provide a robust command-line tool that allows the creation of local, system-wide, and remote tasks in a single CLI.
24 lines
422 B
Makefile
24 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 03:00:38 bernd Exp $
|
|
|
|
COMMENT = map options to a class
|
|
|
|
DISTNAME = thor-0.9.9
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = sysutils
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=gems/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|