2012-10-15 11:18:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2012/10/15 15:18:32 sthen Exp $
|
2007-05-29 00:23:00 -04:00
|
|
|
|
2009-01-06 08:21:54 -05:00
|
|
|
COMMENT = script which automates a limited set of rubyforge operations
|
2007-05-29 00:23:00 -04:00
|
|
|
|
2010-11-08 18:36:15 -05:00
|
|
|
DISTNAME = rubyforge-2.0.0
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 3
|
2009-01-06 08:21:54 -05:00
|
|
|
CATEGORIES = devel net
|
2007-05-29 00:23:00 -04:00
|
|
|
|
2009-01-06 08:21:54 -05:00
|
|
|
# MIT
|
2012-10-15 11:18:31 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = yes
|
2009-01-06 08:21:54 -05:00
|
|
|
PERMIT_PACKAGE_FTP = yes
|
|
|
|
PERMIT_DISTFILES_CDROM = yes
|
|
|
|
PERMIT_DISTFILES_FTP = yes
|
2007-05-29 00:23:00 -04:00
|
|
|
|
2009-01-06 08:21:54 -05:00
|
|
|
MODULES = lang/ruby
|
2007-05-29 00:23:00 -04:00
|
|
|
|
2009-01-06 08:21:54 -05:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2007-05-29 00:23:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|