mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Sort *_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
f51c8976dc
commit
1cbc15e64f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363562
@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= TypeKey authentication verification
|
||||
|
||||
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
Authen::TypeKey is an implementation of verification for signatures
|
||||
generated by TypeKey authentication.
|
||||
Authen::TypeKey is an implementation of verification for signatures generated by
|
||||
TypeKey authentication.
|
||||
|
||||
For information on the TypeKey protocol and using TypeKey in other
|
||||
applications, see http://www.sixapart.com/typekey/api.
|
||||
For information on the TypeKey protocol and using TypeKey in other applications,
|
||||
see http://www.sixapart.com/typekey/api.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Authen-TypeKey/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/Authen/TypeKey.pm
|
||||
%%PERL5_MAN3%%/Authen::TypeKey.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey
|
||||
%%PERL5_MAN3%%/Authen::TypeKey.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
||||
|
Loading…
Reference in New Issue
Block a user