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