201a939790
as described in http://www.robotstxt.org/wc/norobots.html. WWW: http://http://search.cpan.org/dist/WWW-RobotRules-Parser/ PR: ports/120160 Submitted by: Masahiro Teramoto <markun at onohara.to>
26 lines
590 B
Makefile
26 lines
590 B
Makefile
# New ports collection makefile for: p5-WWW-RobotRules-Parser
|
|
# Date created: 2008-01-30
|
|
# Whom: Masahiro Teramoto <markun@onohara.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-RobotRules-Parser
|
|
PORTVERSION= 0.04001
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Just Parse robots.txt
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::RobotRules::Parser.3
|
|
|
|
.include <bsd.port.mk>
|