mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7d44aa5cf3
This module provides functions to parse Extended Display Identification Data binary data (EDID) structures. https://metacpan.org/dist/Parse-EDID PR: 256443 Reported by: Xavier Humbert <xavier@groumpf.org> (maintainer)
18 lines
315 B
Makefile
18 lines
315 B
Makefile
# Created by: Xavier Humbert <xavier@amdh.fr>
|
|
|
|
PORTNAME= Parse-EDID
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= xavier@amdh.fr
|
|
COMMENT= Extended display identification data (EDID) parser
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|