Edit

IABSD.fr/ports/textproc/p5-PDF-API2-Simple/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:02:12
    Hash : 8c80a751
    Message : drop RCS Ids

  • textproc/p5-PDF-API2-Simple/Makefile
  • COMMENT =		simple wrapper for PDF::API2 module
    
    MODULES =		cpan
    PKG_ARCH =		*
    DISTNAME =		PDF-API2-Simple-1.1.4u
    PKGNAME =		p5-${DISTNAME:S/u$//}
    CATEGORIES =		textproc
    REVISION =		1
    
    # public domain
    PERMIT_PACKAGE =	Yes
    
    RUN_DEPENDS =		textproc/p5-PDF-API2
    BUILD_DEPENDS =		${RUN_DEPENDS}
    
    MODCPAN_EXAMPLES =	Yes
    
    CONFIGURE_STYLE =	modinst
    MAKE_ENV +=		TEST_POD=1
    
    WRKDIST =		${WRKDIR}/${DISTNAME:S/u$//}
    
    .include <bsd.port.mk>