ddcc0de921
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION
37 lines
892 B
Makefile
37 lines
892 B
Makefile
# New ports collection makefile for: p5-reslog
|
|
# Date created: 2008/05/18
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= reslog
|
|
PORTVERSION= 3.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Locale/IMACAT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Reverse-resolve IP in Apache log files
|
|
|
|
RUN_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \
|
|
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic \
|
|
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN1= reslog.1
|
|
|
|
PLIST_FILES= bin/reslog \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/reslog/.packlist
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/reslog
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|