aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/p5-WWW-2ch/Makefile
blob: ff44579b763461bba8f8595b74467e75bfe4641c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    p5-WWW-2ch
# Date created:     2006-02-28
# Whom:         TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#

PORTNAME=   WWW-2ch
PORTVERSION=    0.07
CATEGORIES= japanese www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
PKGNAMEPREFIX=  p5-

MAINTAINER= kaoru@kaisei.org
COMMENT=    "Perl module for scraping of 2ch.net BBS"

RUN_DEPENDS=    ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
    ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor

PERL_CONFIGURE= yes

MAN3=       WWW::2ch.3  \
    WWW::2ch::Plugin::Base.3    \
    WWW::2ch::Res.3     \
    WWW::2ch::Subject.3 \
    WWW::2ch::Dat.3     \
    WWW::2ch::Plugin::Jbbs.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 50600
IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>