diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:06:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:06:01 +0800 |
commit | ca12b66562aa18050dfe65a531c6ca424c7d93b8 (patch) | |
tree | f2540c9d31d25cc866eb496708f65bc920f1821b /security | |
parent | e56a8b91041338dc02f3d8ba4afb4d9396f2d302 (diff) | |
download | freebsd-ports-gnome-ca12b66562aa18050dfe65a531c6ca424c7d93b8.tar.gz freebsd-ports-gnome-ca12b66562aa18050dfe65a531c6ca424c7d93b8.tar.zst freebsd-ports-gnome-ca12b66562aa18050dfe65a531c6ca424c7d93b8.zip |
- Add LICENSE
- Sort *_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-TypeKey/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Authen-TypeKey/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Authen-TypeKey/pkg-plist | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/security/p5-Authen-TypeKey/Makefile b/security/p5-Authen-TypeKey/Makefile index aee9302413ed..76acc53c0502 100644 --- a/security/p5-Authen-TypeKey/Makefile +++ b/security/p5-Authen-TypeKey/Makefile @@ -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> diff --git a/security/p5-Authen-TypeKey/pkg-descr b/security/p5-Authen-TypeKey/pkg-descr index 40979af097aa..f704bf900834 100644 --- a/security/p5-Authen-TypeKey/pkg-descr +++ b/security/p5-Authen-TypeKey/pkg-descr @@ -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/ diff --git a/security/p5-Authen-TypeKey/pkg-plist b/security/p5-Authen-TypeKey/pkg-plist index cd4ed0d6b412..c78d681fa9d4 100644 --- a/security/p5-Authen-TypeKey/pkg-plist +++ b/security/p5-Authen-TypeKey/pkg-plist @@ -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 |