1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- correct dependency (Math::Pari -> Math::BigIng)

- utilize SITE_PERL
- add WWW in pkg-descr

PR:		90126
Submitted by:	leeym
Approved by:	maintainer timeout
This commit is contained in:
Yen-Ming Lee 2005-12-30 03:05:29 +00:00
parent 9a6f984e5a
commit 3f3f6773cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152398
2 changed files with 7 additions and 9 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= Crypt-DSA
PORTVERSION= 0.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@ -16,14 +16,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mharo@FreeBSD.org
COMMENT= DSA signature and key generation
PERLBASE= ${SITE_PERL}
BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
${PERLBASE}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -4,3 +4,5 @@ although the heavy-duty mathematics underneath are provided by the
Math::Pari library.
This package provides DSA signing, signature verification, and key generation.
WWW: http://search.cpan.org/dist/Crypt-DSA/