diff options
Diffstat (limited to 'astro/p5-Starlink-AST/Makefile')
-rw-r--r-- | astro/p5-Starlink-AST/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/astro/p5-Starlink-AST/Makefile b/astro/p5-Starlink-AST/Makefile index e4bbf22fe71..0ffde6f6ba6 100644 --- a/astro/p5-Starlink-AST/Makefile +++ b/astro/p5-Starlink-AST/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Starlink-AST -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TJENNESS @@ -12,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the Starlink AST library -BUILD_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \ - p5-Astro-FITS-CFITSIO>=0:${PORTSDIR}/astro/p5-Astro-FITS-CFITSIO \ +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} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta USES= perl5 USE_PERL5= modbuild |