pkgsrc/mail/p5-razor-agents/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

29 lines
881 B
Makefile

# $NetBSD: Makefile,v 1.36 2013/05/31 12:41:20 wiz Exp $
DISTNAME= razor-agents-2.85
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5ra
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://razor.sourceforge.net/
COMMENT= Distributed and collaborative spam detection network
LICENSE= artistic-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
# MIME::QuotedPrint, Getopt::Long, File::Copy needed from the perl package
DEPENDS+= 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"