mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
26 lines
520 B
Makefile
26 lines
520 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Lint
|
|
PORTVERSION= 2.32
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PETDANCE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Check for HTML errors in string or file with Perl
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-HTML-Tagset>0:www/p5-HTML-Tagset \
|
|
p5-libwww>0:www/p5-libwww \
|
|
p5-HTML-Parser>0:www/p5-HTML-Parser
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|