freebsd-ports/www/p5-HTML-FillInForm/Makefile
Erwin Lansing d5bcab3068 Update to 1.06
Tested with:	tinderbox
2005-10-18 11:20:09 +00:00

27 lines
640 B
Makefile

# New ports collection makefile for: p5-HTML-FillInForm
# Date created: March 30th 2001
# Whom: Alex Kapranoff <kapr@crosswinds.net>
#
# $FreeBSD$
#
PORTNAME= HTML-FillInForm
PORTVERSION= 1.06
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 module for auto-filling HTML form fields from previous values
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN3= HTML::FillInForm.3
.include <bsd.port.mk>