Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/p5-Astro-Coords/Makefile
27875 views
# Created by: Sunpoet Po-Chuan Hsieh <[email protected]>

PORTNAME=	Astro-Coords
PORTVERSION=	0.20
CATEGORIES=	astro perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	[email protected]
COMMENT=	Class for handling astronomical coordinates

LICENSE=	GPLv2+

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Astro-PAL>=0:astro/p5-Astro-PAL \
		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

USES=		perl5
USE_PERL5=	modbuild

NO_ARCH=	yes

.include <bsd.port.mk>