mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
24 lines
503 B
Makefile
24 lines
503 B
Makefile
# Created by: Alex Kapranoff <kapr@crosswinds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-FillInForm
|
|
PORTVERSION= 2.20
|
|
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
|
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=3.26:${PORTSDIR}/www/p5-HTML-Parser
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
INSTALL_TARGET= pure_install
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|