2013-05-25 07:44:34 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2010-11-24 06:20:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Blog-Spam
|
|
|
|
PORTVERSION= 1.0.2
|
|
|
|
CATEGORIES= www net perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:22:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:SKX
|
2010-11-24 06:20:36 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-11-24 06:20:36 +01:00
|
|
|
COMMENT= Blog & Forum SPAM Detection
|
|
|
|
|
2014-07-31 20:55:40 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Net-CIDR-Lite>=0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
|
2010-11-24 06:20:36 +01:00
|
|
|
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
|
2014-07-31 20:55:40 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-11-24 06:20:36 +01:00
|
|
|
|
2013-09-02 20:23:34 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 20:55:40 +02:00
|
|
|
USES= perl5
|
2010-11-24 06:20:36 +01:00
|
|
|
|
2013-05-25 07:44:34 +02:00
|
|
|
.include <bsd.port.mk>
|