freebsd-ports/devel/p5-Data-Dumper-Perltidy/Makefile
Andrej Zverev 5a86e09145 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-07 09:28:30 +00:00

18 lines
382 B
Makefile

# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
# $FreeBSD$
PORTNAME= Data-Dumper-Perltidy
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Stringify and pretty print Perl data structures
RUN_DEPENDS= perltidy:${PORTSDIR}/devel/p5-Perl-Tidy
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>