mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
18 lines
364 B
Makefile
18 lines
364 B
Makefile
PORTNAME= HTML5-DOM
|
|
PORTVERSION= 1.26
|
|
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>
|