mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
ee4fab6a9c
- Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Filesys-DiskUsage/Changes
25 lines
458 B
Makefile
25 lines
458 B
Makefile
# Created by: Alex Deiter <tiamat@komi.mts.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Filesys-DiskUsage
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Perl equivalent of du(1)
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/lib/Filesys/DiskUsage.pm.orig
|
|
|
|
.include <bsd.port.mk>
|