freebsd-ports/astro/p5-Astro-PAL/Makefile
Sunpoet Po-Chuan Hsieh 242d04cfbe - Add p5-Astro-PAL 1.05
Astro::PAL provides a Perl interface to either the Starlink PAL positional
astronomy library.

Return values are returned on the stack rather than being modified in place.

In addition small utility subroutines are provided that do useful tasks (from
the author's point of view) - specifically routines for calculating the Local
Sidereal Time.

WWW: http://search.cpan.org/dist/Astro-PAL/
2012-07-10 06:58:59 +00:00

24 lines
448 B
Makefile

# New ports collection makefile for: p5-Astro-PAL
# Date created: 2012-07-01
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Astro-PAL
PORTVERSION= 1.05
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to Starlink PAL positional astronomy library
LICENSE= GPLv3
PERL_MODBUILD= yes
MAN1= stime.1
MAN3= Astro::PAL.3
.include <bsd.port.mk>