as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
35 lines
899 B
Makefile
35 lines
899 B
Makefile
# Created by: Mathieu Arnold
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gimp
|
|
PORTVERSION= 2.33
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write GIMP extensions/plug-ins/load- and save-handlers in Perl
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/COPYING.Artistic
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \
|
|
p5-Alien-Gimp>=0.01:graphics/p5-Alien-Gimp
|
|
LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app
|
|
RUN_DEPENDS= p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 \
|
|
p5-Gtk2-Ex-PodViewer>=0:x11-toolkits/p5-Gtk2-Ex-PodViewer \
|
|
p5-IO-All>=0:devel/p5-IO-All \
|
|
p5-IO-stringy>=0:devel/p5-IO-stringy \
|
|
p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
p5-Web-Scraper>=0:www/p5-Web-Scraper \
|
|
PDL>=2.007:math/PDL
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|