diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:08:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:08:26 +0000 |
commit | 45ccac20059573c3690532e878034f46066cb9f5 (patch) | |
tree | b7b147021fc5c4ec7ad6d50a1c5ecede3111129f /security/p5-Crypt-OTP | |
parent | a2d15db6b31c481f18b236bfbfe1d53496d11a7a (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-OTP')
-rw-r--r-- | security/p5-Crypt-OTP/Makefile | 15 | ||||
-rw-r--r-- | security/p5-Crypt-OTP/pkg-plist | 1 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-Crypt-OTP/Makefile b/security/p5-Crypt-OTP/Makefile index 417fab9902b5..2215f39ecacb 100644 --- a/security/p5-Crypt-OTP/Makefile +++ b/security/p5-Crypt-OTP/Makefile @@ -1,19 +1,16 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= Crypt-OTP -PORTVERSION= 2.00 -CATEGORIES= security perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Crypt-OTP +PORTVERSION= 2.00 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= skreuzer@FreeBSD.org +MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl implementation of the One Time Pad (hence, OTP) encryption method USES= perl5 USE_PERL5= configure -MAN3= Crypt::OTP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OTP/pkg-plist b/security/p5-Crypt-OTP/pkg-plist index ea3fd561dc08..857edb4f1e89 100644 --- a/security/p5-Crypt-OTP/pkg-plist +++ b/security/p5-Crypt-OTP/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/OTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OTP/.packlist +%%PERL5_MAN3%%/Crypt::OTP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt |