Tweak astro/xmoontool version 3.0.3_8
[dports.git] / astro / p5-Astro-Hipparcos / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Astro-Hipparcos
5 PORTVERSION=    0.09
6 PORTREVISION=   2
7 CATEGORIES=     astro perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl extension for reading the Hipparcos star catalog
13
14 BUILD_DEPENDS=  p5-ExtUtils-XSpp>=0.06:devel/p5-ExtUtils-XSpp
15
16 MAKE_ARGS+=     CC="${CXX}"
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>