Edit

IABSD.fr/ports/sysutils/p5-Parse-DMIDecode/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:57:10
    Hash : 2b3700e3
    Message : drop RCS Ids

  • sysutils/p5-Parse-DMIDecode/Makefile
  • COMMENT =	interface to SMBIOS using dmidecode
    
    MODULES =	cpan
    PKG_ARCH =	*
    DISTNAME =	Parse-DMIDecode-0.03
    CATEGORIES =	sysutils
    REVISION =	0
    
    MAINTAINER =	Mikolaj Kucharski <mikolaj@kucharski.name>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    CPAN_AUTHOR =		NICOLAW
    CONFIGURE_STYLE =	modbuild
    CONFIGURE_ENV =		AUTOMATED_TESTING=Yes
    
    MAKE_ENV+=	TEST_POD=Yes
    
    BUILD_DEPENDS =	${TEST_DEPENDS} \
    		sysutils/p5-File-Which \
    		devel/p5-Test-Deep
    RUN_DEPENDS =	sysutils/dmidecode \
    		sysutils/p5-File-Which
    
    .include <bsd.port.mk>