Update multimedia/emby-server to version 3.0.6070
[dports.git] / sysutils / p5-arclog / Makefile
1 # Created by: chinsan
2 # $FreeBSD$
3
4 PORTNAME=       arclog
5 PORTVERSION=    3.04
6 PORTREVISION=   3
7 CATEGORIES=     sysutils perl5
8 MASTER_SITES=   CPAN/Locale/IMACAT
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Archive the log files monthly
13
14 RUN_DEPENDS=    p5-TimeDate>=0:devel/p5-TimeDate \
15                 p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \
16                 p5-File-MMagic>=0:devel/p5-File-MMagic \
17                 p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
18 BUILD_DEPENDS:= ${RUN_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>