aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/p5-ZConf-Runner/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-09-21 19:29:36 +0800
committermiwi <miwi@FreeBSD.org>2009-09-21 19:29:36 +0800
commit3c0f6e6a9e568995adc33578cf03432055160d89 (patch)
treefabc3b0306298e04454761e935e8ba017f9a5671 /deskutils/p5-ZConf-Runner/Makefile
parent8b2860a5625c6e7f078e94452c6801c5f29564de (diff)
downloadfreebsd-ports-gnome-3c0f6e6a9e568995adc33578cf03432055160d89.tar.gz
freebsd-ports-gnome-3c0f6e6a9e568995adc33578cf03432055160d89.tar.zst
freebsd-ports-gnome-3c0f6e6a9e568995adc33578cf03432055160d89.zip
- Update to 1.0.0
PR: 139006 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer) Feature safe: yes
Diffstat (limited to 'deskutils/p5-ZConf-Runner/Makefile')
-rw-r--r--deskutils/p5-ZConf-Runner/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile
index 48a2be9bc328..03bc3203fa8f 100644
--- a/deskutils/p5-ZConf-Runner/Makefile
+++ b/deskutils/p5-ZConf-Runner/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ZConf-Runner
-PORTVERSION= 0.0.0
+PORTVERSION= 1.0.0
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
@@ -16,10 +16,14 @@ MAINTAINER= vvelox@vvelox.net
COMMENT= Run a file using a choosen methode, desktop entry or mimetype
RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
- ${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo
+ ${SITE_PERL}/File/MimeInfo/Applications.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
+ ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
+ ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI
PERL_CONFIGURE= yes
-MAN3= ZConf::Runner.3
+MAN3= ZConf::Runner.3 \
+ ZConf::Runner::GUI.3 \
+ ZConf::Runner::GUI::Curses.3
.include <bsd.port.mk>