95bb18ae80
Yoshifumi and slightly modified by me. HTML::StickyQuery is a sub class of the HTML::Parser and uses it to parse HTML document and add QUERY_STRING to href attributes. You can assign Session ID or any form data without using cookie.
23 lines
680 B
Makefile
23 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 04:29:10 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= HTML-StickyQuery-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5sqy
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/search?dist=HTML-StickyQuery
|
|
COMMENT= Add sticky QUERY_STRING to a tag href attributes
|
|
|
|
DEPENDS+= p5-HTML-Parser>=3.34:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-URI>=1.27:../../www/p5-URI
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/StickyQuery/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|