diff options
author | wen <wen@FreeBSD.org> | 2010-02-22 11:06:20 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-02-22 11:06:20 +0800 |
commit | 373c9c197c98900d4cbefa1a50c7ed4bd1e8048f (patch) | |
tree | 256bd9ff4c8cca566adf80ca9599548211911459 /astro/p5-Astro-Hipparcos/Makefile | |
parent | faea52c2b350eccabb20f019617197bf557d7471 (diff) | |
download | freebsd-ports-gnome-373c9c197c98900d4cbefa1a50c7ed4bd1e8048f.tar.gz freebsd-ports-gnome-373c9c197c98900d4cbefa1a50c7ed4bd1e8048f.tar.zst freebsd-ports-gnome-373c9c197c98900d4cbefa1a50c7ed4bd1e8048f.zip |
- Update to 0.09
Feature safe: yes
Diffstat (limited to 'astro/p5-Astro-Hipparcos/Makefile')
-rw-r--r-- | astro/p5-Astro-Hipparcos/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/p5-Astro-Hipparcos/Makefile b/astro/p5-Astro-Hipparcos/Makefile index db6353181ccf..682a22d16a4c 100644 --- a/astro/p5-Astro-Hipparcos/Makefile +++ b/astro/p5-Astro-Hipparcos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Astro-Hipparcos -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl extension for reading the Hipparcos star catalog -BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.05:${PORTSDIR}/devel/p5-ExtUtils-XSpp +BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \ + p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS MAKE_ARGS+= "CC=g++" PERL_CONFIGURE= yes |