summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser/Makefile')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile
index cc38b909262..146dd85da66 100644
--- a/mail/p5-Mail-Mbox-MessageParser/Makefile
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.13 2009/04/02 18:10:39 tez Exp $
+# $NetBSD: Makefile,v 1.14 2009/09/13 11:51:57 sno Exp $
-DISTNAME= Mail-Mbox-MessageParser-1.5000
+DISTNAME= Mail-Mbox-MessageParser-1.5002
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mail-Mbox-MessageParser/
COMMENT= Perl5 module for parsing mail messages
+LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget
-DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
+DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable
+
+BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
PERL5_PACKLIST= auto/Mail/Mbox/MessageParser/.packlist
-MAKE_PARAMS+= < /dev/null
USE_TOOLS+= grep gzip
@@ -26,11 +27,10 @@ SETTINGS+= INSTALLDIRS=site
SETTINGS+= BZIP=/usr/bin/bzip2
SETTINGS+= BZIP2=/usr/bin/bzip2
SETTINGS+= DIFF=/usr/bin/diff
-SETTINGS+= GREP=${GREP}
SETTINGS+= GZIP=${GZIP_CMD}
-SETTINGS+= TZIP=
-MAKE_PARAMS+= ${SETTINGS}
+MAKE_PARAMS+= --skipdeps ${SETTINGS}
+MAKE_PARAMS+= </dev/null
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"