Edit

IABSD.fr/ports/graphics/p5-Barcode-DataMatrix/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-03-07 21:36:41
    Hash : a98e0e66
    Message : remove rcs IDs in ports that I maintain

  • graphics/p5-Barcode-DataMatrix/Makefile
  • COMMENT =	generate data for Data Matrix (IEC16022) barcodes
    
    DISTNAME =	Barcode-DataMatrix-0.10
    REVISION =	1
    
    CATEGORIES =	graphics
    
    MAINTAINER =	Stuart Henderson <stu.ports@spacehopper.org>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =	cpan
    PKG_ARCH =	*
    
    BUILD_DEPENDS =	devel/p5-Module-Install-Repository \
    		devel/p5-Module-Install-AuthorTests
    RUN_DEPENDS =	devel/p5-Moo \
    		devel/p5-Type-Tiny
    
    CONFIGURE_STYLE =	modinst
    
    .include <bsd.port.mk>