pkgsrc/mail/p5-razor-agents/Makefile
jlam 7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00

26 lines
781 B
Makefile

# $NetBSD: Makefile,v 1.20 2005/07/13 18:01:32 jlam Exp $
DISTNAME= razor-agents-2.72
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ra
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://razor.sourceforge.net/
COMMENT= Distributed and collaborative spam detection network
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
# because Net::Ping, Getopt::Long, File::Copy are needed
PERL5_REQD+= 5.6.0
PERL5_PACKLIST= auto/razor-agents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"