blob: 130a8d7db68d17018ece134a5a70f960b0e01159 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: astro/p5-Astro-Constants
# Date created: 04 April 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Astro-Constants
PORTVERSION= 0.09
CATEGORIES= astro perl5 science
MASTER_SITES= CPAN/Astro
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Physical constants for use in astronomy
PERL_CONFIGURE= yes
MAN3= Astro::Constants.3
.include <bsd.port.mk>
|