2006-07-18 18:13:33 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Google-News
|
|
|
|
# Date created: 2006-07-17
|
|
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Google-News-TW
|
2008-02-20 11:20:49 +01:00
|
|
|
PORTVERSION= 0.12
|
2010-01-20 02:28:55 +01:00
|
|
|
PORTREVISION= 1
|
2006-07-18 18:13:33 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-02-20 11:20:49 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-18 18:13:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= Access to Google's Taiwan News Service (Not Usenet)
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
2008-02-20 11:20:49 +01:00
|
|
|
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
|
|
|
|
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
2006-07-18 18:13:33 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+ # inherited from dependency upon utf8.pm
|
2006-07-18 18:13:33 +02:00
|
|
|
|
|
|
|
MAN3= WWW::Google::News::TW.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|