aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-03-07 14:07:51 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-03-07 14:07:51 +0800
commit6e5ef75dd160711f8ff6f493a92df02222c8b7a8 (patch)
treef6f1f3e2bd2c2bb812c7755a46b7ddeb76e0a3d2 /math
parent99bb3a88d3de267f868a3d54da0a9f66dd50a4b7 (diff)
downloadfreebsd-ports-gnome-6e5ef75dd160711f8ff6f493a92df02222c8b7a8.tar.gz
freebsd-ports-gnome-6e5ef75dd160711f8ff6f493a92df02222c8b7a8.tar.zst
freebsd-ports-gnome-6e5ef75dd160711f8ff6f493a92df02222c8b7a8.zip
- Remove SF from MASTER_SITES
- Add PORTSCOUT - Tab twiddle
Diffstat (limited to 'math')
-rw-r--r--math/PDL/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 66579d6e8973..914bdba77922 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -5,7 +5,8 @@ PORTNAME= PDL
PORTVERSION= 2.007
PORTREVISION= 3
CATEGORIES= math perl5
-MASTER_SITES= CPAN/${PORTNAME} SF/pdl/PDL_2013/PDL-${PORTVERSION}
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:CHM
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Data Language
@@ -20,6 +21,8 @@ BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \
p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile
RUN_DEPENDS:= ${BUILD_DEPENDS}
+PORTSCOUT= limit:^[0-9\.]*$$
+
USES= gmake perl5
USE_PERL5= configure
MAKE_ENV= PERL5LIB=${WRKSRC}/blib/lib
@@ -29,7 +32,7 @@ PLIST_FILES= bin/pdl bin/pdldoc bin/perldl bin/pptemplate \
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= PGPLOT PLPLOT OPENGL GD FFTW GSL HDF PROJ F77 READLINE SINK
-OPTIONS_DEFAULT= PGPLOT FFTW F77
+OPTIONS_DEFAULT=PGPLOT FFTW F77
# graphics/p5-OpenGL require manual building
.if empty(PACKAGE_BUILDING)
@@ -52,8 +55,8 @@ PGPLOT_BUILD_DEPENDS= p5-PGPLOT>=0:${PORTSDIR}/graphics/p5-PGPLOT
PLPLOT_LIB_DEPENDS= libplplotd.so:${PORTSDIR}/math/plplot
OPENGL_BUILD_DEPENDS= p5-OpenGL>=0.65:${PORTSDIR}/graphics/p5-OpenGL
OPENGL_RUN_DEPENDS:= ${OPENGL_BUILD_DEPENDS}
-OPENGL_USE= gl=yes
-GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
+OPENGL_USE= gl=yes
+GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
F77_BUILD_DEPENDS= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-ExtUtils-F77
FFTW_LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw
GSL_LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl