diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-08 17:55:00 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-08 17:55:00 +0000 |
commit | fbc0b3182ee4e859dab234186c3f6dd619c8a026 (patch) | |
tree | db3a7b18ad0846d9ca2108a490b55d41fcf2f8a8 /security/tinyca | |
parent | 50cde3dbb38b8dc93e47368979d553a49932796c (diff) | |
download | ports-fbc0b3182ee4e859dab234186c3f6dd619c8a026.tar.gz ports-fbc0b3182ee4e859dab234186c3f6dd619c8a026.zip |
Notes
Diffstat (limited to 'security/tinyca')
-rw-r--r-- | security/tinyca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tinyca/Makefile b/security/tinyca/Makefile index 5be34d261a0d..a6e891b071eb 100644 --- a/security/tinyca/Makefile +++ b/security/tinyca/Makefile @@ -15,7 +15,8 @@ COMMENT= Simple graphical interface to manage a small Certification Authority RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \ - zip:${PORTSDIR}/archivers/zip + zip:${PORTSDIR}/archivers/zip \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 WRKSRC= ${WRKDIR}/TinyCA USE_PERL5= yes |