openbsd-ports/devel/ruby-rubyforge/Makefile

24 lines
475 B
Makefile
Raw Normal View History

2009-08-09 08:23:23 -04:00
# $OpenBSD: Makefile,v 1.8 2009/08/09 12:23:23 bernd Exp $
COMMENT = script which automates a limited set of rubyforge operations
2009-08-09 08:23:23 -04:00
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>