pkgsrc/security/log2timeline/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

47 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2013/05/31 12:41:52 wiz Exp $
#
DISTNAME= log2timeline_${L2T_VERSION}
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://log2timeline.net/files/
EXTRACT_SUFX= .tgz
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://log2timeline.net/
COMMENT= Framework for automatic creation of a super timeline
LICENSE= gnu-gpl-v3
L2T_VERSION= 0.64
DEPENDS+= p5-Archive-Zip>=1.18:../../archivers/p5-Archive-Zip
DEPENDS+= p5-Carp-Assert>=0:../../devel/p5-Carp-Assert
DEPENDS+= p5-DBD-SQLite>=0:../../databases/p5-DBD-SQLite
DEPENDS+= p5-DBI>=1.52:../../databases/p5-DBI
DEPENDS+= p5-Data-Hexify>=0:../../converters/p5-Data-Hexify
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
DEPENDS+= p5-DateTime>=0.41:../../time/p5-DateTime
DEPENDS+= p5-DateTime-Format-Strptime>=0:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-DateTime-TimeZone>=0:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-Digest-CRC>=0.14:../../security/p5-Digest-CRC
DEPENDS+= p5-Digest-MD5>=0:../../security/p5-Digest-MD5
DEPENDS+= p5-Encode>=0:../../textproc/p5-Encode
DEPENDS+= p5-File-Mork>=0.3:../../www/p5-File-Mork
DEPENDS+= p5-Getopt-Long>=0:../../devel/p5-Getopt-Long
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Scrubber>=0:../../www/p5-HTML-Scrubber
DEPENDS+= p5-Image-ExifTool>=0:../../graphics/p5-Image-ExifTool
DEPENDS+= p5-Mac-PropertyList>=0:../../misc/p5-Mac-PropertyList
DEPENDS+= p5-Net-Pcap>=0:../../net/p5-Net-Pcap
DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate
DEPENDS+= p5-Parse-Win32Registry>=0:../../misc/p5-Parse-Win32Registry
DEPENDS+= p5-XML-LibXML>=0:../../textproc/p5-XML-LibXML
DEPENDS+= p5-version>=0:../../devel/p5-version
WRKSRC= ${WRKDIR}/log2timeline
PERL5_PACKLIST= auto/Log2t/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"