mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
26 lines
639 B
Makefile
26 lines
639 B
Makefile
# Created by: Anatoliy Dmytriyev <tolid@tolid.eu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Dir-Dumper
|
|
PORTVERSION= 0.0.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
|
COMMENT= Perl5 module to dump directory structures meta-data
|
|
|
|
BUILD_DEPENDS= p5-File-Find-Object>0:devel/p5-File-Find-Object \
|
|
p5-IO-String>0:devel/p5-IO-String \
|
|
p5-JSON>0:converters/p5-JSON \
|
|
p5-Class-Accessor>0:devel/p5-Class-Accessor \
|
|
p5-Devel-CheckOS>0:devel/p5-Devel-CheckOS
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|