freebsd-ports/devel/p5-File-Dir-Dumper/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

29 lines
901 B
Makefile

# New ports collection makefile for: p5-File-Dir-Dumper
# Date created: November 18th 2008
# Whom: Anatoliy Dmytriyev <tolid@tolid.eu.org>
#
# $FreeBSD$
#
PORTNAME= File-Dir-Dumper
PORTVERSION= 0.0.6
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@tolid.eu.org
COMMENT= Perl5 module to dump directory structures' meta-data
BUILD_DEPENDS= ${SITE_PERL}/File/Find/Object.pm:${PORTSDIR}/devel/p5-File-Find-Object \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN1= dir-dump.1
MAN3= File::Dir::Dumper.3 File::Dir::Dumper::App.3 File::Dir::Dumper::Base.3 File::Dir::Dumper::Scanner.3 \
File::Dir::Dumper::Stream::JSON::Reader.3 File::Dir::Dumper::Stream::JSON::Writer.3
.include <bsd.port.mk>