mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add File::KeePass::Agent An application agent for working with
File::KeePass objects.
This commit is contained in:
parent
bc71f564c6
commit
04d5039845
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321913
@ -545,6 +545,7 @@
|
||||
SUBDIR += p5-Digest-Tiger
|
||||
SUBDIR += p5-Digest-Whirlpool
|
||||
SUBDIR += p5-File-KeePass
|
||||
SUBDIR += p5-File-KeePass-Agent
|
||||
SUBDIR += p5-File-Scan
|
||||
SUBDIR += p5-File-Scan-ClamAV
|
||||
SUBDIR += p5-Filter-CBC
|
||||
|
28
security/p5-File-KeePass-Agent/Makefile
Normal file
28
security/p5-File-KeePass-Agent/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Cy Schubert <cy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= File-KeePass-Agent
|
||||
PORTVERSION= 2.01
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Application agent for working with File::KeePass objects
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
|
||||
p5-Crypt-Rijndael>=1.0:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
||||
p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= fkp-agent.1
|
||||
MAN3= File::KeePass::Agent.3 \
|
||||
File::KeePass::Agent::linux.3 \
|
||||
File::KeePass::Agent::unix.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-File-KeePass-Agent/distinfo
Normal file
2
security/p5-File-KeePass-Agent/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (File-KeePass-Agent-2.01.tar.gz) = 3b20e67cd032b656bd9e15a776444bb7b3da39e851f32bb93c7244b62a7443bd
|
||||
SIZE (File-KeePass-Agent-2.01.tar.gz) = 16043
|
3
security/p5-File-KeePass-Agent/pkg-descr
Normal file
3
security/p5-File-KeePass-Agent/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
File::KeePass::Agent - Application agent for working with File::KeePass objects
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-KeePass-Agent/
|
10
security/p5-File-KeePass-Agent/pkg-plist
Normal file
10
security/p5-File-KeePass-Agent/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/fkp-agent
|
||||
%%SITE_PERL%%/File/KeePass/Agent.pm
|
||||
%%SITE_PERL%%/File/KeePass/Agent/linux.pm
|
||||
%%SITE_PERL%%/File/KeePass/Agent/unix.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent/.packlist
|
||||
@dirrm %%SITE_PERL%%/File/KeePass/Agent
|
||||
@dirrm %%SITE_PERL%%/File/KeePass
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
||||
@dirrmtry %%SITE_PERL%%/File
|
Loading…
Reference in New Issue
Block a user