1b17fd9ee2
- add LICENSE (where it possible)
22 lines
544 B
Makefile
22 lines
544 B
Makefile
# Created by: 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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|