diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 14:00:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 14:00:44 +0000 |
commit | f8a2ce682760711951e441aeff2a7b43230d049f (patch) | |
tree | ee7396b3055f087ea80a16ad35a73bda04c3e661 /security/p5-Crypt-Primes | |
parent | 7fa69489f3148623f9683bfac8742762ec1eda5e (diff) | |
download | FreeBSD-ports-f8a2ce682760711951e441aeff2a7b43230d049f.zip FreeBSD-ports-f8a2ce682760711951e441aeff2a7b43230d049f.tar.gz |
Add missing manpage
Diffstat (limited to 'security/p5-Crypt-Primes')
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index c603f5c..4f5ec73 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random PERL_CONFIGURE= yes +MAN1= largeprimes.1 MAN3= Crypt::Primes.3 .include <bsd.port.mk> |