mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b81273484b
PR: 273005 Approved by: maintainer timeout
24 lines
501 B
Makefile
24 lines
501 B
Makefile
PORTNAME= HTML-Encoding
|
|
PORTVERSION= 0.61
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Determine the encoding of HTML/XML/XHTML documents
|
|
WWW= https://metacpan.org/release/HTML-Encoding
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|