20 lines
390 B
Makefile
20 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:24:58 espie Exp $
|
|
|
|
COMMENT = script which automates a limited set of rubyforge operations
|
|
|
|
DISTNAME = rubyforge-2.0.0
|
|
REVISION = 2
|
|
CATEGORIES = devel net
|
|
|
|
# MIT
|
|
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>
|