freebsd-ports/www/p5-WWW-Google-Calculator/Makefile
Andrej Zverev bf52aa911e - convert to the new perl5 framework
Reviewed by:	portmgr (bapt@, blanket)
2013-09-02 16:07:56 +00:00

31 lines
755 B
Makefile

# 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
PORTVERSION= 0.07
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= This module provide simple interface for Google calculator
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= WWW::Google::Calculator.3
.include <bsd.port.mk>