mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4ca54cc2f2
bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it.
30 lines
802 B
Makefile
30 lines
802 B
Makefile
# Created by: Hakisho Nukama <nukama@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpgdir
|
|
PORTVERSION= 1.9.5
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \
|
|
p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \
|
|
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= run
|
|
USES= perl5
|
|
|
|
PLIST_FILES= bin/gpgdir man/man1/gpgdir.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|