freebsd-ports/www/p5-HTML-Clean/Makefile

23 lines
425 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-HTML-Clean
# Date created: March 30th 2001
# Whom: Alex Kapranoff <kapr@crosswinds.net>
#
# $FreeBSD$
#
PORTNAME= HTML-Clean
PORTVERSION= 0.8
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Cleans up HTML code for web browsers, not humans
PERL_CONFIGURE= yes
MAN1= htmlclean.1
2001-05-26 13:52:31 +02:00
MAN3= HTML::Clean.3
.include <bsd.port.mk>