19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Astro-Constants
|
|
PORTVERSION= 0.1002
|
|
CATEGORIES= astro perl5 science
|
|
MASTER_SITES= CPAN/Astro
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Physical constants for use in astronomy
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|