aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-Hipparcos
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-03-13 07:00:02 +0800
committeradamw <adamw@FreeBSD.org>2015-03-13 07:00:02 +0800
commit65bfb75d5a6507b857f252222e3f2827dbf58715 (patch)
tree1f0bb0dc7fae38ac6ebce39efca7467b40fa7475 /astro/p5-Astro-Hipparcos
parent775fa462b38fecbf7119ecd1c632ba2c49a80951 (diff)
downloadfreebsd-ports-gnome-65bfb75d5a6507b857f252222e3f2827dbf58715.tar.gz
freebsd-ports-gnome-65bfb75d5a6507b857f252222e3f2827dbf58715.tar.zst
freebsd-ports-gnome-65bfb75d5a6507b857f252222e3f2827dbf58715.zip
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
Diffstat (limited to 'astro/p5-Astro-Hipparcos')
-rw-r--r--astro/p5-Astro-Hipparcos/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/p5-Astro-Hipparcos/Makefile b/astro/p5-Astro-Hipparcos/Makefile
index c7080b4b69d6..6be52ee43330 100644
--- a/astro/p5-Astro-Hipparcos/Makefile
+++ b/astro/p5-Astro-Hipparcos/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Astro-Hipparcos
PORTVERSION= 0.09
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for reading the Hipparcos star catalog
-BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \
- p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp
MAKE_ARGS+= CC="${CXX}"
USES= perl5