2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
21 lines
390 B
Makefile
21 lines
390 B
Makefile
# New ports collection makefile for: p5-Logfile-Rotate
|
|
# Date created: 2006-08-01
|
|
# Whom: Renato Botelho <garga@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Logfile::Rotate.3
|
|
|
|
.include <bsd.port.mk>
|