freebsd-ports/devel/p5-Data-Dump/Makefile
2019-05-20 13:04:24 +00:00

20 lines
317 B
Makefile

# $FreeBSD$
PORTNAME= Data-Dump
PORTVERSION= 1.23
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Pretty printing of data structures
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>