Edit

IABSD.fr/ports/graphics/p5-GD/Makefile

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2023-08-01 11:54:06
    Hash : 4fa2a41a
    Message : Update to p5-GD-2.78.

  • graphics/p5-GD/Makefile
  • COMMENT =	Perl interface to the gd2 graphics library
    
    DISTNAME =	GD-2.78
    
    CATEGORIES =	graphics
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB =		c gd perl
    
    MODULES =		cpan
    
    BUILD_DEPENDS =		devel/p5-ExtUtils-PkgConfig
    LIB_DEPENDS =		graphics/gd
    
    MODCPAN_EXAMPLES =	Yes
    MODCPAN_EXAMPLES_DIST =	demos
    
    # Tests will use p5-Test-Fork if available
    
    .include <bsd.port.mk>