1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/astro/p5-Astro-Constants/Makefile
2021-04-06 16:31:07 +02:00

24 lines
507 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
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
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>