mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
e8b6ea6135
Approved by: portmgr (blanket)
32 lines
851 B
Makefile
32 lines
851 B
Makefile
PORTNAME= gpgdir
|
|
PORTVERSION= 1.9.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \
|
|
http://www.cipherdyne.org/gpgdir/download/
|
|
|
|
MAINTAINER= nukama+maintainer@gmail.com
|
|
COMMENT= Recursive directory encryption with GnuPG
|
|
WWW= https://www.cipherdyne.org/gpgdir/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \
|
|
p5-GnuPG-Interface>=0:security/p5-GnuPG-Interface \
|
|
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
|
|
|
|
NO_BUILD= yes
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= gpgdir
|
|
|
|
CONFLICTS_INSTALL= signing-party # bin/gpgdir
|
|
|
|
PLIST_FILES= bin/gpgdir share/man/man1/gpgdir.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|