freebsd-ports/www/p5-HTML-Clean/Makefile
Sunpoet Po-Chuan Hsieh 83ab28929a - Add LICENSE
- Pass maintainership to submitter

PR:		ports/188241
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:49:21 +00:00

19 lines
352 B
Makefile

# Created by: Alex Kapranoff <kapr@crosswinds.net>
# $FreeBSD$
PORTNAME= HTML-Clean
PORTVERSION= 0.8
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Cleans up HTML code for web browsers, not humans
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>