openbsd-ports/x11/ruby-profligacy/Makefile
jeremy 295f9deba1 Import ruby-profligacy 1.0
Profligacy is a JRuby library that makes building Swing Graphical User
Interface much easier than with Raw code. It's not a builder as with
many other projects, but instead a simple Ruby way to structure the UI
for the 80% common cases you'll encounter.

OK landry@
2011-01-18 16:30:31 +00:00

21 lines
387 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/01/18 16:30:31 jeremy Exp $
COMMENT = friendly JRuby interface to Swing
DISTNAME = ${PKGNAME}-jruby
PKGNAME = profligacy-1.0
CATEGORIES = x11
# Ruby
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
FLAVOR = jruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>