mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1b6ca35b63
Feature safe: yes
27 lines
610 B
Makefile
27 lines
610 B
Makefile
# Ports collection makefile for: p5-Astro-Hipparcos
|
|
# Date created: 14 Dec, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Astro-Hipparcos
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Perl extension for reading the Hipparcos star catalog
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \
|
|
p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
|
|
|
MAKE_ARGS+= "CC=g++"
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Astro::Hipparcos::Record.3 \
|
|
Astro::Hipparcos.3
|
|
|
|
.include <bsd.port.mk>
|