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)
17 lines
315 B
Makefile
17 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>
|