mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
8bf23c2df5
Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket)
20 lines
331 B
Makefile
20 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTML5-DOM
|
|
PORTVERSION= 1.08
|
|
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>
|