summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome2-VFS/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-02 09:25:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-02 09:25:31 +0000
commit21aca72cec2067006fb707626671e66c7a3b8ec9 (patch)
tree73a4c31836076cd35546e47685729c3b581137f0 /x11-toolkits/p5-Gnome2-VFS/Makefile
parentupgrade to 1.020 (diff)
add p5-Gnome2-VFS 0.10
Allows you to use the GNOME Virtual File System library from Perl
Notes
Notes: svn path=/head/; revision=97066
Diffstat (limited to 'x11-toolkits/p5-Gnome2-VFS/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome2-VFS/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gnome2-VFS/Makefile b/x11-toolkits/p5-Gnome2-VFS/Makefile
new file mode 100644
index 000000000000..912a756f9b3e
--- /dev/null
+++ b/x11-toolkits/p5-Gnome2-VFS/Makefile
@@ -0,0 +1,47 @@
+# ex:ts=8
+# Ports collection makefile for: p5-Gnome2-VFS
+# Date created: Jan 2, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Gnome2-VFS
+PORTVERSION= 0.10
+CATEGORIES= x11-toolkits lang perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
+ ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ../by-authors/id/R/RM/RMCFARLA/Gtk2-Perl \
+ gtk2-perl
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Allows you to use the GNOME Virtual File System library from Perl
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \
+ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
+
+USE_GNOME= gnomevfs2
+PERL_CONFIGURE= yes
+
+MAN3= Gnome2::VFS.3 \
+ Gnome2::VFS::Application.3 \
+ Gnome2::VFS::ApplicationRegistry.3 \
+ Gnome2::VFS::Async.3 \
+ Gnome2::VFS::Async::Handle.3 \
+ Gnome2::VFS::Directory.3 \
+ Gnome2::VFS::Directory::Handle.3 \
+ Gnome2::VFS::FileInfo.3 \
+ Gnome2::VFS::Handle.3 \
+ Gnome2::VFS::Mime.3 \
+ Gnome2::VFS::Mime::Application.3 \
+ Gnome2::VFS::Mime::Monitor.3 \
+ Gnome2::VFS::Mime::Type.3 \
+ Gnome2::VFS::Monitor.3 \
+ Gnome2::VFS::Monitor::Handle.3 \
+ Gnome2::VFS::URI.3 \
+ Gnome2::VFS::Xfer.3 \
+ Gnome2::VFS::index.3 \
+ Gnome2::VFS::main.3
+
+.include <bsd.port.mk>