diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:42:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:42:48 +0000 |
commit | 9ec58fca2181e62f9f6895c8e5c2fbc76efbb374 (patch) | |
tree | 12a1e32f5b1fc0e7932c9e7498c464d4d03204cb /security/p5-Crypt-RC4 | |
parent | 8c5545d0d298c104fd91204c8df219c3c1be0c14 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-RC4')
-rw-r--r-- | security/p5-Crypt-RC4/Makefile | 15 | ||||
-rw-r--r-- | security/p5-Crypt-RC4/pkg-plist | 1 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile index c6773e5203b4..2d018556b83c 100644 --- a/security/p5-Crypt-RC4/Makefile +++ b/security/p5-Crypt-RC4/Makefile @@ -1,19 +1,16 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= Crypt-RC4 -PORTVERSION= 2.02 -CATEGORIES= security perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Crypt-RC4 +PORTVERSION= 2.02 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= skreuzer@FreeBSD.org +MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl implementation of the RC4 encryption algorithm USES= perl5 USE_PERL5= configure -MAN3= Crypt::RC4.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-RC4/pkg-plist b/security/p5-Crypt-RC4/pkg-plist index bc99edce44bd..ff50ed32d40b 100644 --- a/security/p5-Crypt-RC4/pkg-plist +++ b/security/p5-Crypt-RC4/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/RC4.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RC4/.packlist +%%PERL5_MAN3%%/Crypt::RC4.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RC4 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt |