mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bd4d8236ba
Approved by: portmgr@ (bapt@)
35 lines
760 B
Makefile
35 lines
760 B
Makefile
# New ports collection makefile for: LDAP logfile Analyzer
|
|
# Date created: 2 May 2001
|
|
# Whom: Sunagawa Koji <koj@ofug.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lla
|
|
PORTVERSION= 0.99.1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
EXTRACT_SUFX= .pl
|
|
|
|
MAINTAINER= koj@ofug.net
|
|
COMMENT= Perl-based LDAP log statistics generator
|
|
|
|
RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
|
|
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
|
p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_PERL5= yes
|
|
PLIST_FILES= bin/lla
|
|
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= ./${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|