mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
26 lines
596 B
Makefile
26 lines
596 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-OpenSearch
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Search A9 OpenSearch compatible engines
|
|
|
|
BUILD_DEPENDS= p5-URI-Template>=0:net/p5-URI-Template \
|
|
p5-URI>=0:net/p5-URI \
|
|
p5-Data-Page>=2.00:databases/p5-Data-Page \
|
|
p5-XML-Feed>=0.08:textproc/p5-XML-Feed \
|
|
p5-libwww>=5.60:www/p5-libwww \
|
|
p5-XML-LibXML>=1.58:textproc/p5-XML-LibXML
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|