Files
2025-10-27 21:32:22 +00:00

24 lines
384 B
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>