Edit

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

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 01:30:26
    Hash : 51e3b5bd
    Message : PERMIT_* / REGRESS->TEST sweep

  • converters/ruby-multi_json/Makefile
  • # $OpenBSD: Makefile,v 1.3 2013/03/11 01:30:28 espie Exp $
    
    COMMENT =	chooses from multiple available json implementations
    
    DISTNAME =	multi_json-1.0.3
    REVISION =	0
    CATEGORIES =	converters
    
    HOMEPAGE =	https://github.com/intridea/multi_json
    
    # MIT License
    PERMIT_PACKAGE_CDROM =		Yes
    
    MODULES =	lang/ruby
    
    CONFIGURE_STYLE =	ruby gem
    
    .include <bsd.port.mk>