Edit

IABSD.fr/ports/databases/ruby-trilogy/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2026-09-10 06:06:36
    Hash : 5c11a2b3
    Message : Update to trilogy 2.13.0

  • databases/ruby-trilogy/Makefile
  • COMMENT =	MySQL-compatible library for ruby
    
    DISTNAME =	trilogy-2.13.0
    CATEGORIES =	databases
    HOMEPAGE =	https://github.com/github/trilogy
    
    MAINTAINER =	Jeremy Evans <jeremy@openbsd.org>
    
    # MIT License
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/ruby
    
    WANTLIB =	crypto ssl
    
    CONFIGURE_STYLE = ruby gem ext
    
    .include <bsd.port.mk>