aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome2-VFS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-06 18:42:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-06 18:42:11 +0000
commit6dbd713168e8bb025ee01d500f3f45e8a2b822f1 (patch)
treed34601488234792bdb4db0bfe334a3b652b9da1b /x11-toolkits/p5-Gnome2-VFS/Makefile
parentb8e23784848ada08e4242685cbea03532b500fc7 (diff)
downloadports-6dbd713168e8bb025ee01d500f3f45e8a2b822f1.tar.gz
ports-6dbd713168e8bb025ee01d500f3f45e8a2b822f1.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Gnome2-VFS/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome2-VFS/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/x11-toolkits/p5-Gnome2-VFS/Makefile b/x11-toolkits/p5-Gnome2-VFS/Makefile
index 9d591cada3e6..cdeb11e7a8ae 100644
--- a/x11-toolkits/p5-Gnome2-VFS/Makefile
+++ b/x11-toolkits/p5-Gnome2-VFS/Makefile
@@ -2,31 +2,24 @@
# $FreeBSD$
PORTNAME= Gnome2-VFS
-PORTVERSION= 1.081
-PORTREVISION= 4
+PORTVERSION= 1.082
CATEGORIES= x11-toolkits gnome perl5
MASTER_SITES= SF/gtk2-perl/Gnome2_VFS/${PORTVERSION}
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Allows you to use the GNOME Virtual File System library from Perl
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
- p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
- p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo
+ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
+MAKE_JOBS_UNSAFE= yes
USE_GNOME= gnomevfs2
-USES= pkgconfig perl5
USE_PERL5= configure
-MAKE_JOBS_UNSAFE= yes
-
-NO_STAGE= yes
-post-install:
- @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
- 's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
+USES= perl5 pkgconfig
.include <bsd.port.mk>