openbsd-ports/x11/ruby-profligacy/Makefile
jeremy 3d54b80434 Set FLAVORS in addition to FLAVOR to make it clear that only a single
FLAVOR is supported.  Fixes misleading results in sqlports.

OK sthen@
2012-09-03 18:05:25 +00:00

22 lines
399 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/09/03 18:05:25 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
FLAVORS = jruby
FLAVOR = jruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>