freebsd-ports/astro/p5-Astro-Hipparcos/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

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>