mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Remove SF from MASTER_SITES
- Add PORTSCOUT - Tab twiddle
This commit is contained in:
parent
deb2232b89
commit
574340950d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380671
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user