15 lines
233 B
Makefile
15 lines
233 B
Makefile
|
COMMENT = inserts data into HTML input and select tags
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = HTML-FillInForm-2.21
|
||
|
CATEGORIES = www
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
RUN_DEPENDS = www/p5-HTML-Parser
|
||
|
|
||
|
.include <bsd.port.mk>
|