summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Clean/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-01 02:28:13 +0000
committerjlam <jlam@pkgsrc.org>2001-10-01 02:28:13 +0000
commit976394ece197a2c37ebc39d240f4a6666cb50aac (patch)
treee9a3fd46e0185fa5be5065085426fbc5c48ad9a7 /www/p5-HTML-Clean/Makefile
parent42500b7205fa0c3cd9240df9bf508df173406ce8 (diff)
downloadpkgsrc-976394ece197a2c37ebc39d240f4a6666cb50aac.tar.gz
p5-HTML-Clean - perl5 module that cleans up HTML code for web browsers
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features: Remove unneeded whitespace (beginning of line, etc.) Remove unneeded META elements Remove HTML comments (except for styles, javascript and SSI) Replace tags with equivilant shorter tags (<strong> --> <b>, etc.)
Diffstat (limited to 'www/p5-HTML-Clean/Makefile')
-rw-r--r--www/p5-HTML-Clean/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/p5-HTML-Clean/Makefile b/www/p5-HTML-Clean/Makefile
new file mode 100644
index 00000000000..13843f33aea
--- /dev/null
+++ b/www/p5-HTML-Clean/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 02:28:13 jlam Exp $
+
+DISTNAME= HTML-Clean-0.8
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module that cleans up HTML code for web browsers
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Clean/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"