20 lines
389 B
Makefile
20 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.16 2012/10/15 15:18:32 sthen Exp $
|
|
|
|
COMMENT = script which automates a limited set of rubyforge operations
|
|
|
|
DISTNAME = rubyforge-2.0.0
|
|
REVISION = 3
|
|
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>
|