head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.13.16.15.28;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2012.03.08.18.45.30;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.22.07;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.24.05.20.36;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Blog-Spam
# Date created:		2010-11-20
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-Blog-Spam/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Blog-Spam
PORTVERSION=	1.0.2
CATEGORIES=	www net perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SKX
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@@gslin.org
COMMENT=	Blog & Forum SPAM Detection

RUN_DEPENDS=	p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
		p5-RPC-XML>=0:${PORTSDIR}/net/p5-RPC-XML \
		p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww

PERL_CONFIGURE=	yes

MAN1=		blogspam.1
MAN3=		Blog::Spam::API.3 \
		Blog::Spam::Plugin::00blacklist.3 \
		Blog::Spam::Plugin::00whitelist.3 \
		Blog::Spam::Plugin::Sample.3 \
		Blog::Spam::Plugin::badip.3 \
		Blog::Spam::Plugin::bayesian.3 \
		Blog::Spam::Plugin::bogusip.3 \
		Blog::Spam::Plugin::drone.3 \
		Blog::Spam::Plugin::dropme.3 \
		Blog::Spam::Plugin::emailtests.3 \
		Blog::Spam::Plugin::hashcash.3 \
		Blog::Spam::Plugin::httpbl.3 \
		Blog::Spam::Plugin::logger.3 \
		Blog::Spam::Plugin::lotsaurls.3 \
		Blog::Spam::Plugin::multilinks.3 \
		Blog::Spam::Plugin::rdns.3 \
		Blog::Spam::Plugin::requiremx.3 \
		Blog::Spam::Plugin::sfs.3 \
		Blog::Spam::Plugin::size.3 \
		Blog::Spam::Plugin::stopwords.3 \
		Blog::Spam::Plugin::strong.3 \
		Blog::Spam::Plugin::surbl.3 \
		Blog::Spam::Plugin::wordcount.3 \
		Blog::Spam::Server.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500809
RUN_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif

.include <bsd.port.post.mk>
@


1.4
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d52 7
a58 1
.include <bsd.port.mk>
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d52 1
a52 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500809
RUN_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif

.include <bsd.port.post.mk>
@


1.1
log
@The blogspam site exists to provide a service which allows you to
test whether a submitted blog/forum comment is SPAM or not, in real-time.

We can identify many common SPAM characteristics and using them allow
comments to be blocked - cutting down on the SPAM that might otherwise
affect your site.

WWW:	http://blogspam.net/

PR:		ports/152421
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/S/SK/SKX
@

