aboutsummaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-07 06:07:51 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-07 06:07:51 +0000
commit574340950d28328a111b56a2f29e8f97527d9ad5 (patch)
treef6f1f3e2bd2c2bb812c7755a46b7ddeb76e0a3d2 /math/PDL
parentdeb2232b8901aa4a625234f801b8e71aa0c34204 (diff)
downloadports-574340950d28328a111b56a2f29e8f97527d9ad5.tar.gz
ports-574340950d28328a111b56a2f29e8f97527d9ad5.zip
Notes
Diffstat (limited to 'math/PDL')
-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