freebsd-ports/www/p5-WebService-Bloglines/Makefile
Frederic Culot 417919cd87 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 13:12:33 +00:00

28 lines
657 B
Makefile

# ex:ts=8
# Ports collection makefile for: WebService::Bloglines
# Date created: Nov 3, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= WebService-Bloglines
PORTVERSION= 0.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Easy-to-use Interface for Bloglines Web Services
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \
p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \
p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= WebService::Bloglines.3
.include <bsd.port.mk>