1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-Parse-EDID/Makefile
Xavier Humbert 7d44aa5cf3 textproc/p5-Parse-EDID: New port - EDID parser
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)
2021-06-08 17:04:37 +02:00

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>