3d54b80434
FLAVOR is supported. Fixes misleading results in sqlports. OK sthen@
22 lines
399 B
Makefile
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>
|