freebsd-ports/devel/p5-Data-Dump/Makefile
Sunpoet Po-Chuan Hsieh 52855400a0 - Remove DOCS option
- Add NO_ARCH
- Bump PORTREVISION for package change
2015-06-29 13:50:38 +00:00

21 lines
334 B
Makefile

# Created by: mat
# $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>