mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
24 lines
420 B
Makefile
24 lines
420 B
Makefile
# Ports collection makefile for: Astro
|
|
# Date created: 18 May, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Astro
|
|
PORTVERSION= 0.74
|
|
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>
|