Edit

IABSD.fr/ports/www/p5-WWW-Wikipedia/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:09:36
    Hash : ec148031
    Message : drop RCS Ids

  • www/p5-WWW-Wikipedia/Makefile
  • COMMENT=		automated interface to the Wikipedia encyclopedia
    
    DISTNAME=		WWW-Wikipedia-2.05
    CATEGORIES=		www
    REVISION=		0
    
    MAINTAINER=		Gleydson Soares <gsoares@openbsd.org>
    
    MODULES=		cpan
    PKG_ARCH=		*
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    BUILD_DEPENDS=		${RUN_DEPENDS}
    RUN_DEPENDS=		textproc/p5-Text-Autoformat \
    			www/p5-LWP-Protocol-https \
    			www/p5-libwww \
    			www/p5-URI
    TEST_DEPENDS=	devel/p5-Test-Exception
    MAKE_ENV+=		TEST_POD=1
    
    .include <bsd.port.mk>