openbsd-ports/devel/ruby-rubyforge/Makefile
pirofti c708b41f85 Update to 1.0.2.
- update license and PERMIT_* (after the discussions during p2k8 with
the devels they decieded to make it MIT licensed, great news!)
- plist change
- change to the new spaced equal-sign format

``Awesome, please go ahead'' bernd@.
2009-01-06 13:21:54 +00:00

24 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.7 2009/01/06 13:21:54 pirofti Exp $
COMMENT = script which automates a limited set of rubyforge operations
DISTNAME = rubyforge-1.0.2
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>