freebsd-ports/sysutils/p5-arclog/Makefile

27 lines
560 B
Makefile
Raw Normal View History

# Created by: chinsan
2008-05-18 19:47:38 +02:00
# $FreeBSD$
PORTNAME= arclog
PORTVERSION= 3.04
PORTREVISION= 3
2008-05-18 19:47:38 +02:00
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN/Locale/IMACAT
2008-05-18 19:47:38 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2008-05-18 19:47:38 +02:00
COMMENT= Archive the log files monthly
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \
p5-File-MMagic>=0:devel/p5-File-MMagic \
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
p5-TimeDate>=0:devel/p5-TimeDate
2008-05-18 19:47:38 +02:00
USES= perl5
USE_PERL5= configure
2008-05-18 19:47:38 +02:00
.include <bsd.port.mk>