freebsd-ports/sysutils/p5-Filesys-DiskUsage/Makefile
Andrej Zverev 2c6b14778c - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:44:19 +00:00

19 lines
356 B
Makefile

# Created by: Alex Deiter <tiamat@komi.mts.ru>
# $FreeBSD$
PORTNAME= Filesys-DiskUsage
PORTVERSION= 0.05
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl equivalent of du(1)
USES= perl5
USE_PERL5= configure
post-patch:
@${RM} ${WRKSRC}/lib/Filesys/DiskUsage.pm.orig
.include <bsd.port.mk>