forked from Lainports/freebsd-ports
17 lines
332 B
Makefile
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>
|