blob: fd20dcee12a570e62c605d66498570f9cfbaef8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= HTML5-DOM
PORTVERSION= 1.25
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ZHUMARIN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Super fast html5 DOM library with css selectors
WWW= https://metacpan.org/release/HTML5-DOM
LICENSE= MIT
USES= perl5
USE_CSTD= gnu99
USE_PERL5= configure
.include <bsd.port.mk>
|