diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 21:46:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 21:46:15 +0000 |
commit | 4c3f038ce217aa4e20f4a9384db104b93f792995 (patch) | |
tree | 64e9ec8b259df0eb90e83a6b53e561a4935ec79e /security/gpgdir/Makefile | |
parent | 877e37b717d718c287c6d0a611fa3d8993d86870 (diff) | |
download | ports-4c3f038ce217aa4e20f4a9384db104b93f792995.tar.gz ports-4c3f038ce217aa4e20f4a9384db104b93f792995.zip |
Notes
Diffstat (limited to 'security/gpgdir/Makefile')
-rw-r--r-- | security/gpgdir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgdir/Makefile b/security/gpgdir/Makefile index baa64ddd5f88..350bd6a34ccc 100644 --- a/security/gpgdir/Makefile +++ b/security/gpgdir/Makefile @@ -3,6 +3,7 @@ PORTNAME= gpgdir PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= https://www.cipherdyne.org/~cipherdy/gpgdir/download/ \ http://www.cipherdyne.org/gpgdir/download/ @@ -17,8 +18,9 @@ RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey NO_BUILD= yes +USES= perl5 shebangfix USE_PERL5= run -USES= perl5 +SHEBANG_FILES= gpgdir PLIST_FILES= bin/gpgdir man/man1/gpgdir.1.gz |