Edit

IABSD.fr/ports/converters/ruby-multi_json/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:43:27
    Hash : 9fe1e38b
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • converters/ruby-multi_json/Makefile
  • # $OpenBSD: Makefile,v 1.8 2019/07/12 20:43:52 sthen Exp $
    
    COMMENT =	chooses from multiple available json implementations
    
    DISTNAME =	multi_json-1.11.2
    CATEGORIES =	converters
    
    HOMEPAGE =	https://github.com/intridea/multi_json
    
    # MIT License
    PERMIT_PACKAGE =		Yes
    
    MODULES =	lang/ruby
    
    CONFIGURE_STYLE =	ruby gem
    
    .include <bsd.port.mk>