freebsd-ports/sysutils/p5-Filesys-Df/Makefile
Andrej Zverev 312fd92cc3 - convert to the new perl5 framework
Submitted by:	portmgr (bapt@, blanket)
2013-09-07 07:11:48 +00:00

22 lines
412 B
Makefile

# New ports collection makefile for: p5-Filesys-Df
# Date created: 31 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Filesys-Df
PORTVERSION= 0.92
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Perl extension for filesystem space
USES= perl5
USE_PERL5= configure
MAN3= Filesys::Df.3
.include <bsd.port.mk>