freebsd-ports/astro/p5-Astro-Hipparcos/Makefile
Wen Heping 7c012040bd - Trim Makefile headers
- Reset maintainer to perl@

Feature safe:	yes
2012-10-25 01:05:53 +00:00

22 lines
525 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Astro-Hipparcos
PORTVERSION= 0.09
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:${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>