diff options
Diffstat (limited to 'deskutils/p5-ZConf-Runner')
-rw-r--r-- | deskutils/p5-ZConf-Runner/Makefile | 11 | ||||
-rw-r--r-- | deskutils/p5-ZConf-Runner/pkg-descr | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile index 28cdaeefc622..3d6b2081f33b 100644 --- a/deskutils/p5-ZConf-Runner/Makefile +++ b/deskutils/p5-ZConf-Runner/Makefile @@ -15,11 +15,12 @@ PKGNAMEPREFIX= p5- 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}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ - ${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \ - ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote +BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ + p5-File-MimeInfo>=0.16:${PORTSDIR}/devel/p5-File-MimeInfo \ + p5-Curses-UI>=0.9609:${PORTSDIR}/devel/p5-Curses-UI \ + p5-ZConf-GUI>=1.0.3:${PORTSDIR}/devel/p5-ZConf-GUI \ + p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/deskutils/p5-ZConf-Runner/pkg-descr b/deskutils/p5-ZConf-Runner/pkg-descr index e067613187be..4dbc75ceebbc 100644 --- a/deskutils/p5-ZConf-Runner/pkg-descr +++ b/deskutils/p5-ZConf-Runner/pkg-descr @@ -2,4 +2,4 @@ A configuration system allowing for either file or LDAP backed storage. A utility is included as well, 'zcrunner'. It can be used to configure actions and run files using them. -WWW: http://search.cpan.org/dist/ZConf-Runner +WWW: http://search.cpan.org/dist/ZConf-Runner/ |