summaryrefslogtreecommitdiff
path: root/biology/p5-Bio-Das-Lite/Makefile
blob: 972bcd8122b48e065e78759a087d2dbf52e65dbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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
PORTVERSION=	2.02
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>