aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro/Makefile
blob: 5e385c936147b9ab831670f5bf5ddfa0253c6b2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

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

MAINTAINER= perl@FreeBSD.org
COMMENT=    A collection of useful astronomical routines in Perl

PERL_CONFIGURE= yes

MAN3=   Astro::Time.3 \
    Astro::Misc.3 \
    Astro::Coord.3

.include <bsd.port.mk>