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

23 lines
491 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
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>