24 lines
475 B
Makefile
24 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/08/09 12:23:23 bernd Exp $
|
|
|
|
COMMENT = script which automates a limited set of rubyforge operations
|
|
|
|
DISTNAME = rubyforge-1.0.4
|
|
PKGNAME = ruby-${DISTNAME}
|
|
CATEGORIES = devel net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = yes
|
|
PERMIT_PACKAGE_FTP = yes
|
|
PERMIT_DISTFILES_CDROM = yes
|
|
PERMIT_DISTFILES_FTP = yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=codeforpeople/}
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|