mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
24 lines
384 B
Makefile
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>
|