Prune audio/xmmix
[dports.git] / devel / p5-File-Slurp-Tree / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       File-Slurp-Tree
5 PORTVERSION=    1.24
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Slurp and emit file trees as nested hashes
13
14 LICENSE=        ART10 GPLv1+
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
18                 p5-File-Slurp>=0:devel/p5-File-Slurp
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 NO_ARCH=        yes
22 USE_PERL5=      configure
23 USES=           perl5
24
25 .include <bsd.port.mk>