pkgsrc/mail/grepmail/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

21 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:23 wiz Exp $
DISTNAME= grepmail-5.3033
PKGREVISION= 8
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
MAINTAINER= david@fundy.net
HOMEPAGE= http://grepmail.sourceforge.net/
COMMENT= Search utility for mbox formatted files
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessageParser
PERL5_PACKLIST= auto/grepmail/.packlist
MAKE_PARAMS+= < /dev/null
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"