freebsd-ports/astro/p5-Astro-PAL/Makefile

22 lines
476 B
Makefile
Raw Normal View History

PORTNAME= Astro-PAL
PORTVERSION= 1.09
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl interface to Starlink PAL positional astronomy library
WWW= https://metacpan.org/release/Astro-PAL
LICENSE= GPLv3
TEST_DEPENDS= p5-Test-Number-Delta>=1:devel/p5-Test-Number-Delta
2013-08-21 16:08:06 +02:00
USES= perl5
2019-05-19 23:53:26 +02:00
USE_PERL5= modbuild
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Astro/PAL/PAL.so
.include <bsd.port.mk>