1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-File-Slurp-Tree/Makefile
Rong-En Fan b07cc98159 Add p5-File-Slurp-Tree 1.24, slurp and emit file trees as nested hashes.
PR:		ports/100310
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-15 02:07:18 +00:00

27 lines
623 B
Makefile

# New ports collection makefile for: p5-File-Slurp-Tree
# Date created: 2006-07-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= File-Slurp-Tree
PORTVERSION= 1.24
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Slurp and emit file trees as nested hashes
BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= File::Slurp::Tree.3
.include <bsd.port.mk>