b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
23 lines
733 B
Makefile
23 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/01/18 23:32:48 rillig Exp $
|
|
|
|
DISTNAME= grepmail-5.3033
|
|
PKGREVISION= 11
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
|
|
|
|
MAINTAINER= david@fundy.net
|
|
HOMEPAGE= https://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
|
|
|
|
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|