mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
15 lines
246 B
Makefile
15 lines
246 B
Makefile
COMMENT = inserts data into HTML input and select tags
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = HTML-FillInForm-2.22
|
|
CATEGORIES = www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = www/p5-HTML-Parser
|
|
TEST_DEPENDS = www/p5-CGI
|
|
|
|
.include <bsd.port.mk>
|