1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/p5-Dir-Purge/Makefile
Emanuel Haupt cac976f177 Fix pacakge list.
Notified by:	az
2013-10-25 11:20:05 +00:00

17 lines
310 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Dir-Purge
PORTVERSION= 1.02
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Purge directories to a given number of files
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>