24 lines
484 B
Makefile
24 lines
484 B
Makefile
# Created by: Alex Kapranoff <kapr@crosswinds.net>
|
|
|
|
PORTNAME= HTML-FillInForm
|
|
PORTVERSION= 2.22
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module for auto-filling HTML form fields from previous values
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-CGI>=0:www/p5-CGI \
|
|
p5-HTML-Parser>=0:www/p5-HTML-Parser
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
INSTALL_TARGET= pure_install
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|