15 lines
247 B
Makefile
15 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Logfile-Rotate
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to rotate logfiles
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|