Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / p5-Module-Collect / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Module-Collect
4 PORTVERSION=    0.06
5 PORTREVISION=   2
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     kuriyama@FreeBSD.org
11 COMMENT=        Perl extension to collect module files from some directories
12
13 RUN_DEPENDS=    \
14         p5-File-Find-Rule>0:devel/p5-File-Find-Rule
15 BUILD_DEPENDS:= ${RUN_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>