freebsd-ports/devel/p5-Data-Inspect/Makefile
Muhammad Moinur Rahman 68b05811dd
devel/p5-Data-Inspect: Add LICENSE ART10 GPLv1+
The README says that this can be distributed wth the same LICENSE as
Perl.
2024-03-14 12:29:58 +01:00

17 lines
332 B
Makefile

PORTNAME= Data-Inspect
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Another pretty-printer for perl objects
WWW= https://metacpan.org/release/Data-Inspect
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>