1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/p5-HTML5-DOM/Makefile
2021-07-08 20:56:19 +08:00

18 lines
318 B
Makefile

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
LICENSE= MIT
USES= perl5
USE_CSTD= gnu99
USE_PERL5= configure
.include <bsd.port.mk>