Edit

IABSD.fr/ports/converters/p5-JSON-XS-VersionOneAndTwo/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • converters/p5-JSON-XS-VersionOneAndTwo/Makefile
  • # $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:08 naddy Exp $
    
    COMMENT =	shim to support either v1 or v2 APIs of JSON::XS
    
    MODULES =	cpan
    PKG_ARCH =	*
    DISTNAME =	JSON-XS-VersionOneAndTwo-0.31
    REVISION =	1
    CATEGORIES =	converters
    
    # Perl
    PERMIT_PACKAGE_CDROM =	Yes
    
    RUN_DEPENDS =	converters/p5-JSON-XS
    
    .include <bsd.port.mk>