diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-02-22 03:06:20 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-02-22 03:06:20 +0000 |
commit | 1b6ca35b63b0a7d5b177b56e8df834951ef91396 (patch) | |
tree | 4c3d5866b7e0ac818363e7a7ae439b41d060b888 /astro/p5-Astro-Hipparcos/Makefile | |
parent | c9eec01ecf0bdc8ceaf594b35316afa7f26487f6 (diff) | |
download | ports-1b6ca35b63b0a7d5b177b56e8df834951ef91396.tar.gz ports-1b6ca35b63b0a7d5b177b56e8df834951ef91396.zip |
Notes
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 |