2006-07-29 11:26:46 +02:00
|
|
|
# New ports collection makefile for: p5-WWW-Google-Calculator
|
|
|
|
# Date created: 2006-07-29
|
|
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WWW-Google-Calculator
|
2008-03-30 19:28:16 +02:00
|
|
|
PORTVERSION= 0.05
|
2006-07-29 11:26:46 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-29 11:26:46 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= This module provide simple interface for Google calculator
|
|
|
|
|
2007-02-17 05:45:30 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \
|
2006-07-29 11:26:46 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
|
|
|
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
|
|
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-29 11:26:46 +02:00
|
|
|
|
2007-02-17 05:45:30 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2006-07-29 11:26:46 +02:00
|
|
|
|
|
|
|
MAN3= WWW::Google::Calculator.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|