freebsd-ports/www/p5-WWW-Google-PageRank/Makefile
Sunpoet Po-Chuan Hsieh 0e09362bec - Update to 0.17
- Pet portlint

Changes:	http://search.cpan.org/dist/WWW-Google-PageRank/Changes
PR:		ports/162163
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
Feature safe:	yes
2011-11-16 15:06:31 +00:00

25 lines
551 B
Makefile

# New ports collection makefile for: p5-WWW-Google-PageRank
# Date created: 2006-07-19
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= WWW-Google-PageRank
PORTVERSION= 0.17
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Perl interface for querying Google pagerank
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WWW::Google::PageRank.3
.include <bsd.port.mk>