2010-03-01 10:16:25 +01:00
|
|
|
# New ports collection makefile for: p5-Bio-Das-Lite
|
|
|
|
# Date created: 26 Feb, 2010
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Bio-Das-Lite
|
2010-04-02 11:06:35 +02:00
|
|
|
PORTVERSION= 2.03
|
2010-03-01 10:16:25 +01:00
|
|
|
CATEGORIES= biology perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for the DAS (HTTP+XML) Protocol
|
|
|
|
|
|
|
|
BUILDS_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
|
|
|
|
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
|
|
|
|
p5-WWW-Curl>=4.07:${PORTSDIR}/www/p5-WWW-Curl
|
|
|
|
RUN_DEPENDS= ${BUILDS_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Bio::Das::Lite.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|