Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
895 B
Makefile
29 lines
895 B
Makefile
# $NetBSD: Makefile,v 1.38 2014/05/29 23:36:51 wiz Exp $
|
|
|
|
DISTNAME= razor-agents-2.85
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
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+= {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"
|