pkgsrc/mail/p5-razor-agents/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

26 lines
838 B
Makefile

# $NetBSD: Makefile,v 1.47 2020/01/18 23:32:49 rillig Exp $
DISTNAME= razor-agents-2.85
PKGNAME= p5-${DISTNAME}
PKGREVISION= 11
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://razor.sourceforge.net/
COMMENT= Distributed and collaborative spam detection network
LICENSE= artistic-2.0
# MIME::QuotedPrint, Getopt::Long, File::Copy needed from the perl package
#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
MAKE_FLAGS+= MANSUBDIR=${PKGMANDIR}
PERL5_PACKLIST= auto/razor-agents/.packlist
REPLACE_PERL+= lib/Razor2/*.pm lib/Razor2/*/*.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"