freebsd-ports/devel/p5-Data-Dumper-Concise/Makefile
Wen Heping a9bf27b9e8 - Update to 1.100
PR:		ports/142008
Submitted by:	Alex Deiter <alex.deiter@gmail.com> (maintainer)
2009-12-27 11:11:02 +00:00

24 lines
502 B
Makefile

# New ports collection makefile for: p5-Data-Dumper-Concise
# Date created: 2009-11-24
# Whom: Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTNAME= Data-Dumper-Concise
PORTVERSION= 1.100
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cjk32@cam.ac.uk
COMMENT= Less indentation and newlines plus sub deparsing
PERL_CONFIGURE= yes
MAN3= Data::Dumper::Concise.3 \
Data::Dumper::Concise::Sugar.3 \
Devel::Dwarn.3
.include <bsd.port.mk>