Edit

IABSD.fr/ports/converters/p5-Convert-Color/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2020-07-03 21:44:29
    Hash : 95d31a4b
    Message : bump for search.cpan.org->metacpan.org change

  • converters/p5-Convert-Color/Makefile
  • # $OpenBSD: Makefile,v 1.8 2020/07/03 21:44:32 sthen Exp $
    
    COMMENT=	color space conversions and named lookups
    
    DISTNAME =	Convert-Color-0.11
    CATEGORIES=	converters
    MODULES=	cpan
    PKG_ARCH=	*
    REVISION =	0
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    BUILD_DEPENDS=	${RUN_DEPENDS}
    RUN_DEPENDS=	textproc/p5-List-UtilsBy
    TEST_DEPENDS =	devel/p5-Test-Number-Delta
    
    CONFIGURE_STYLE=modbuild
    MODCPAN_EXAMPLES=Yes
    
    .include <bsd.port.mk>