Update devel/devhelp to version 3.14.0
[dports.git] / www / p5-WWW-Google-Video / Makefile
1 # Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
2 # $FreeBSD$
3
4 PORTNAME=       WWW-Google-Video
5 PORTVERSION=    0.4
6 CATEGORIES=     www perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     snowfly@yuntech.edu.tw
11 COMMENT=        Interface to fetch the Google Video Information
12
13 BUILD_DEPENDS=  p5-libwww>=0:${PORTSDIR}/www/p5-libwww
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>