22 lines
401 B
Makefile
22 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/09/16 11:41:40 espie Exp $
|
|
|
|
COMMENT = ruby scripting framework
|
|
|
|
DISTNAME = thor-0.14.6
|
|
REVISION = 1
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/wycats/thor
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|