mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
562dc5018b
- Add LICENSE - Fix *_DEPENDS: - Use := for RUN_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/Starlink-AST/ChangeLog
29 lines
714 B
Makefile
29 lines
714 B
Makefile
# Created by: Wen Heping<wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Starlink-AST
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TJENNESS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface to the Starlink AST library
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Astro-FITS-CFITSIO>=0:${PORTSDIR}/astro/p5-Astro-FITS-CFITSIO \
|
|
p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Starlink/AST/AST.so
|
|
|
|
.include <bsd.port.mk>
|