7f4572eae4
With hat: portmgr Sponsored by: Absolight
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# 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>
|