freebsd-ports/www/p5-WWW-Google-Calculator/Makefile
Sunpoet Po-Chuan Hsieh 08fee60cd8 - Update to 0.07
- Add LICENSE
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/WWW-Google-Calculator/Changes
PR:		ports/168149
Submitted by:	sunpoet (myself)
Approved by:	snowfly <snowfly@yuntech.edu.tw> (maintainer)
2012-05-28 16:51:04 +00:00

30 lines
741 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}
PERL_CONFIGURE= yes
MAN3= WWW::Google::Calculator.3
.include <bsd.port.mk>