Edit

IABSD.fr/ports/www/p5-PodToHTML/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 19:13:00
    Hash : a91c6d5c
    Message : MASTER_SITES -> SITES (left 1 pecl thingy because the module needs love as well)

  • www/p5-PodToHTML/Makefile
  • COMMENT=	generate HTML from files containing POD documentation
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME=	PodToHTML-0.08
    REVISION=	3
    CATEGORIES=	www
    SITES=		${SITE_PERL_CPAN:=Pod/}
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS=	textproc/p5-Pod-Parser \
    		www/p5-HTML-Format>=1.23 \
    		www/p5-URI>=1.37
    
    .include <bsd.port.mk>