mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
9fb1ef4c3a
response to email. Hat: portmgr
34 lines
909 B
Makefile
34 lines
909 B
Makefile
# New ports collection makefile for: p5-arclog
|
|
# Date created: 2008/05/18
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= arclog
|
|
PORTVERSION= 3.04
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Locale/IMACAT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Archive the log files monthly
|
|
|
|
BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
|
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
|
p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
|
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
|
|
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
|
p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN1= arclog.1
|
|
|
|
PLIST_FILES= bin/arclog \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog
|
|
|
|
.include <bsd.port.mk>
|