summaryrefslogtreecommitdiff
path: root/security/signing-party
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-16 15:07:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-16 15:07:37 +0000
commit08423bc28bf7f2902d7f4b65f04e40b56ac624df (patch)
tree5dc6d8ec97bfff26f5d344ffee9a51a683c22cbe /security/signing-party
parentUpdate from 0.2.6 to 0.2.7 (bugfix release) (diff)
- Add missed runtime dependency on recode
PR: ports/93749 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
Notes
Notes: svn path=/head/; revision=157424
Diffstat (limited to 'security/signing-party')
-rw-r--r--security/signing-party/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile
index 7a0b454399ce..94fb4b7b4e21 100644
--- a/security/signing-party/Makefile
+++ b/security/signing-party/Makefile
@@ -7,6 +7,7 @@
PORTNAME= signing-party
PORTVERSION= 0.4.4.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/s/signing-party
@@ -24,11 +25,11 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
${SITE_PERL}/Mail/Util.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
+ ${SITE_PERL}/Convert/Recode.pm:${PORTSDIR}/converters/p5-Convert-Recode \
${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
-USE_REINPLACE= yes
REINPLACE_ARGS= -i ''
USE_GMAKE= yes
USE_PERL5= yes