Edit

IABSD.fr/ports/databases/ruby-jdbc-postgres/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2012-09-03 18:05:25
    Hash : 3d54b804
    Message : Set FLAVORS in addition to FLAVOR to make it clear that only a single FLAVOR is supported. Fixes misleading results in sqlports. OK sthen@

  • databases/ruby-jdbc-postgres/Makefile
  • # $OpenBSD: Makefile,v 1.3 2012/09/03 18:05:25 jeremy Exp $
    
    COMMENT =	access a PostgreSQL database from JRuby
    
    V =		9.0-801
    DISTNAME =	jdbc-postgres-${V:S/-/./}
    CATEGORIES =	databases
    
    # MIT
    PERMIT_PACKAGE_CDROM =		Yes
    PERMIT_PACKAGE_FTP =		Yes
    PERMIT_DISTFILES_CDROM =	Yes
    PERMIT_DISTFILES_FTP =		Yes
    
    MODULES =	lang/ruby
    FLAVORS =	jruby
    FLAVOR =	jruby
    
    SUBST_VARS =	DISTNAME V
    CONFIGURE_STYLE =	ruby gem
    
    .include <bsd.port.mk>