aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome2-VFS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/p5-Gnome2-VFS/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome2-VFS/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-toolkits/p5-Gnome2-VFS/Makefile b/x11-toolkits/p5-Gnome2-VFS/Makefile
deleted file mode 100644
index 9b615f3ac3ce..000000000000
--- a/x11-toolkits/p5-Gnome2-VFS/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: ijliao
-
-PORTNAME= Gnome2-VFS
-PORTVERSION= 1.084
-CATEGORIES= x11-toolkits gnome perl5
-MASTER_SITES= SF/gtk2-perl/Gnome2_VFS/${PORTVERSION}
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Allows you to use the GNOME Virtual File System library from Perl
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Deprecated by the Gtk-Perl project. No more security patches and bug fixes
-EXPIRATION_DATE=2021-02-28
-
-BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
- p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
- p5-Glib>=0:devel/p5-Glib \
- p5-Gtk2>=0:x11-toolkits/p5-Gtk2
-RUN_DEPENDS= p5-Glib>=0:devel/p5-Glib \
- p5-Gtk2>=0:x11-toolkits/p5-Gtk2
-
-USES= gnome perl5 pkgconfig
-USE_GNOME= gnomevfs2
-USE_PERL5= configure
-
-MAKE_JOBS_UNSAFE= yes
-
-.include <bsd.port.mk>