aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-Constants/Makefile
blob: c5d0421a5f51b2586008aac01d443888687ac170 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Astro-Constants
PORTVERSION=	0.1400
CATEGORIES=	astro perl5 science
MASTER_SITES=	CPAN/Astro
DISTNAME=	${PORTNAME}-${PORTVERSION:C|00$||}
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Physical constants for use in astronomy
WWW=		https://metacpan.org/release/Astro-Constants

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>