2008-05-18 19:47:38 +02:00
|
|
|
# New ports collection makefile for: p5-arclog
|
|
|
|
# Date created: 2008/05/18
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= arclog
|
|
|
|
PORTVERSION= 3.04
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 2
|
2008-05-18 19:47:38 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= Locale/IMACAT
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-05-18 19:47:38 +02:00
|
|
|
COMMENT= Archive the log files monthly
|
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
2008-05-18 19:47:38 +02:00
|
|
|
p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
|
|
|
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-05-18 19:47:38 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-12-17 16:39:36 +01:00
|
|
|
.include <bsd.port.mk>
|