Tweak devel/racer version 2.1.31
[dports.git] / www / p5-WWW-Google-News / Makefile
1 # Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2 # $FreeBSD$
3
4 PORTNAME=       WWW-Google-News
5 PORTVERSION=    0.12
6 PORTREVISION=   2
7 CATEGORIES=     www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     snowfly@yuntech.edu.tw
12 COMMENT=        Access to Google's News Service (Not Usenet)
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 RUN_DEPENDS=    p5-URI>=0:net/p5-URI \
16                 p5-XML-Atom>=0:textproc/p5-XML-Atom \
17                 p5-libwww>=0:www/p5-libwww
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>