c5050b497a
The Starlink AST library provides facilities for transforming coordinates from one system to another in an object oriented manner. Multiple coordinate frames can be associated with a data set and it is also possible to generate automatic mappings between frames. Coordinate frame objects can be imported from FITS headers and from NDF files. WWW: http://search.cpan.org/dist/Starlink-AST/
28 lines
656 B
Makefile
28 lines
656 B
Makefile
# New ports collection makefile for: p5-Starlink-AST
|
|
# Date created: 2012-07-01
|
|
# Whom: Wen Heping<wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Starlink-AST
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TJENNESS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Interface to the Starlink AST library
|
|
|
|
BUILD_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
RUN_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Starlink::AST.3 \
|
|
Starlink::AST::PGPLOT.3 \
|
|
Starlink::AST::Tk.3 \
|
|
Starlink::AST::PLplot.3
|
|
|
|
.include <bsd.port.mk>
|