mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
094d906123
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
31 lines
761 B
Makefile
31 lines
761 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gnome2-Canvas
|
|
PORTVERSION= 1.002
|
|
PORTREVISION= 9
|
|
CATEGORIES= x11-toolkits gnome perl5
|
|
MASTER_SITES= CPAN/Gnome2 \
|
|
SF/gtk2-perl/Gnome2_Canvas/${PORTVERSION}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Allows a perl developer to use the GnomeCanvas widget with Gtk2-Perl
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
|
|
p5-Glib2>=0:devel/p5-Glib2 \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
|
p5-Cairo>=0:graphics/p5-Cairo
|
|
RUN_DEPENDS= p5-Glib2>=0:devel/p5-Glib2 \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
|
|
|
|
USE_GNOME= libgnomecanvas
|
|
USES= pkgconfig perl5
|
|
USE_PERL5= configure
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|