blob: 6fa1039867636ff35b4551b5ffb5d3dbe8fe297d (
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
27
28
29
30
|
# Ports collection makefile for: Astro-SIMBAD-Client
# Date created: 11 April, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Astro-SIMBAD-Client
PORTVERSION= 0.018
PORTREVISION= 1
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= An object-oriented interface to SIMBAD4
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \
p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-DoubleEncodedEntities>=1.0:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= -y
MAN1= simbadc.1
MAN3= Astro::SIMBAD::Client.3
.include <bsd.port.mk>
|