Edit

IABSD.fr/ports/www/p5-HTML-Form/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2025-10-27 21:32:22
    Hash : e4e5a2c0
    Message : update p5-HTML-Form to 6.13

  • www/p5-HTML-Form/Makefile
  • COMMENT =	class that represents an HTML form element
    
    DISTNAME =	HTML-Form-6.13
    CPAN_AUTHOR =	OALDERS
    
    CATEGORIES =	www
    
    MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    MODULES =		cpan
    
    RUN_DEPENDS =		www/p5-HTML-Parser \
    			www/p5-HTTP-Message>=7.01 \
    			www/p5-URI>=1.10
    
    TEST_DEPENDS =		devel/p5-Test-Warnings
    
    PKG_ARCH =		*
    
    .include <bsd.port.mk>