aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-Coords/Makefile
blob: cd73a5c80d4f11edce67666687c08b9753eba1c5 (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
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Astro-Coords
PORTVERSION=    0.18
PORTREVISION=   1
CATEGORIES= astro perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Class for handling astronomical coordinates

LICENSE=    GPLv2 GPLv3
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Astro-PAL>=0:${PORTSDIR}/astro/p5-Astro-PAL \
        p5-Astro-Telescope>=0.71:${PORTSDIR}/astro/p5-Astro-Telescope \
        p5-DateTime>=0.76:${PORTSDIR}/devel/p5-DateTime
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \
        p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

USE_PERL5=  modbuild
USES=       perl5

.include <bsd.port.mk>