diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-21 11:29:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-21 11:29:36 +0000 |
commit | dc37f9f359e4056b5c4c3debb56dc3f6436230c5 (patch) | |
tree | 9071598568ee8c3913790d74858dd69d2c606220 /deskutils/p5-ZConf-Runner/Makefile | |
parent | - Update to 1.2.0 (diff) |
- 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/Makefile | 10 |
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> |