Tweak astro/xmoontool version 3.0.3_8
[dports.git] / astro / p5-Astro-PAL / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Astro-PAL
5 PORTVERSION=    1.07
6 PORTREVISION=   2
7 CATEGORIES=     astro perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Perl interface to Starlink PAL positional astronomy library
13
14 LICENSE=        GPLv3
15
16 TEST_DEPENDS=   p5-Test-Number-Delta>=1:devel/p5-Test-Number-Delta
17
18 USE_PERL5=      modbuild
19 USES=           perl5
20
21 post-install:
22         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/PAL/PAL.so
23
24 .include <bsd.port.mk>