diff options
Diffstat (limited to 'mail/p5-razor-agents/Makefile')
-rw-r--r-- | mail/p5-razor-agents/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index b49e8781818..5c62daee440 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2008/10/19 19:18:20 he Exp $ +# $NetBSD: Makefile,v 1.30 2009/11/05 20:03:53 heinz Exp $ -DISTNAME= razor-agents-2.84 +DISTNAME= razor-agents-2.85 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5ra CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/} @@ -11,16 +10,17 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://razor.sourceforge.net/ COMMENT= Distributed and collaborative spam detection network +LICENSE= artistic-2.0 + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir # 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 -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - -MAKE_FLAGS+= MANSUBDIR=${PKGMANDIR:Q} +MAKE_FLAGS+= MANSUBDIR=${PKGMANDIR} PERL5_PACKLIST= auto/razor-agents/.packlist REPLACE_PERL+= lib/Razor2/*.pm lib/Razor2/*/*.pm |