- Remove SITE_PERL from *_DEPENDS [1]

- Add BUILD_DEPENDS to silence build warnings
- Pet portlint(1)

PR:		ports/169553 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net> (maintainer)
This commit is contained in:
Frederic Culot 2012-06-30 12:35:39 +00:00
parent 4c68c01d0f
commit 2eb7acf176
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300262
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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/