diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-17 20:35:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-17 20:35:56 +0800 |
commit | ca85d6a2a00cc1c5557fc200afdd0c9e9bfa4e88 (patch) | |
tree | 2f6eadb507aa1b437b66fc710fdc7619a2f943d3 /astro/p5-Astro-FITS-Header/Makefile | |
parent | a2952344f922230b7395de8ffe027db6edac8997 (diff) | |
download | freebsd-ports-gnome-ca85d6a2a00cc1c5557fc200afdd0c9e9bfa4e88.tar.gz freebsd-ports-gnome-ca85d6a2a00cc1c5557fc200afdd0c9e9bfa4e88.tar.zst freebsd-ports-gnome-ca85d6a2a00cc1c5557fc200afdd0c9e9bfa4e88.zip |
- update to 3.03
- add license
- Changes: http://cpansearch.perl.org/src/TJENNESS/Astro-FITS-Header-3.03/ChangeLog
Diffstat (limited to 'astro/p5-Astro-FITS-Header/Makefile')
-rw-r--r-- | astro/p5-Astro-FITS-Header/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile index ea03f2aa9adf..a61700e6b19a 100644 --- a/astro/p5-Astro-FITS-Header/Makefile +++ b/astro/p5-Astro-FITS-Header/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Astro-FITS-Header -PORTVERSION= 3.01 +PORTVERSION= 3.03 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro @@ -18,7 +18,9 @@ COMMENT= Object Orientated interface to FITS HDUs MAKE_JOBS_SAFE= yes -PERL_CONFIGURE= yes +LICENSE= GPLv3 + +PERL_MODBUILD= yes MAN3= Astro::FITS::Header.3 \ Astro::FITS::Header::AST.3 \ |