diff options
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser/Makefile')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 1edd1551f29..760084f6b9c 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/04/13 14:07:50 wen Exp $ -DISTNAME= Mail-Mbox-MessageParser-1.5002 +DISTNAME= Mail-Mbox-MessageParser-1.5105 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -12,6 +11,8 @@ COMMENT= Perl5 module for parsing mail messages LICENSE= gnu-gpl-v2 DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget +DEPENDS+= lzip>=0:../../archivers/lzip + #DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff @@ -26,6 +27,8 @@ SETTINGS+= INSTALLDIRS=site SETTINGS+= BZIP=/usr/bin/bzip2 SETTINGS+= BZIP2=/usr/bin/bzip2 SETTINGS+= DIFF=/usr/bin/diff +SETTINGS+= XZ=/usr/bin/xz +SETTINGS+= CAT=/bin/cat SETTINGS+= GZIP=${GZIP_CMD} MAKE_PARAMS+= --skipdeps ${SETTINGS} |