2012-12-04 07:13:32 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2012-07-10 09:00:17 +02:00
|
|
|
|
|
|
|
PORTNAME= Astro-Coords
|
2019-09-13 13:49:36 +02:00
|
|
|
PORTVERSION= 0.20
|
2012-07-10 09:00:17 +02:00
|
|
|
CATEGORIES= astro perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Class for handling astronomical coordinates
|
|
|
|
|
2018-02-08 14:00:15 +01:00
|
|
|
LICENSE= GPLv2+
|
2012-07-10 09:00:17 +02:00
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Astro-PAL>=0:astro/p5-Astro-PAL \
|
2016-04-01 15:29:15 +02:00
|
|
|
p5-Astro-Telescope>=0.71:astro/p5-Astro-Telescope \
|
|
|
|
p5-DateTime>=0.76:devel/p5-DateTime
|
|
|
|
TEST_DEPENDS= p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta \
|
|
|
|
p5-Test-Pod>=1:devel/p5-Test-Pod
|
2012-07-10 09:00:17 +02:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USES= perl5
|
2019-03-31 15:15:11 +02:00
|
|
|
USE_PERL5= modbuild
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2012-07-10 09:00:17 +02:00
|
|
|
|
2013-04-26 11:12:29 +02:00
|
|
|
.include <bsd.port.mk>
|