Edit

IABSD.fr/ports/www/p5-MasonX-Interp-WithCallbacks/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2024-11-16 14:06:01
    Hash : 740cae71
    Message : Update to p5-MasonX-Interp-WithCallbacks-1.20.

  • www/p5-MasonX-Interp-WithCallbacks/Makefile
  • COMMENT=	Mason callback support via Params::CallbackRequest
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME =	MasonX-Interp-WithCallbacks-1.20
    CATEGORIES=	www
    
    # GPL/Artistic
    PERMIT_PACKAGE=	Yes
    
    BUILD_DEPENDS=	${RUN_DEPENDS}
    RUN_DEPENDS=	devel/p5-Params-CallbackRequest \
    		www/p5-HTML-Mason
    TEST_DEPENDS=	www/apache-httpd \
    		www/ap2-mod_perl \
    		www/p5-CGI
    
    CONFIGURE_STYLE=modbuild
    
    MAKE_ENV =	TEST_POD=Yes
    
    # for tests
    MAKE_ENV+=	APACHE_TEST_APXS=${LOCALBASE}/sbin/apxs \
    		APACHE_TEST_HTTPD=${LOCALBASE}/sbin/httpd2
    PORTHOME=	${WRKDIR}
    
    .include <bsd.port.mk>