17 lines
295 B
Makefile
17 lines
295 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:44:45 espie Exp $
|
|
|
|
COMMENT= inserts data into HTML input and select tags
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-FillInForm-2.00
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser
|
|
|
|
.include <bsd.port.mk>
|