diff options
author | leeym <leeym@FreeBSD.org> | 2005-12-30 11:05:29 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-12-30 11:05:29 +0800 |
commit | 185f608cb3be5763350c7646dd03b4c808e3b734 (patch) | |
tree | 9acde6997a283e7d1a904588a2a3df0c2dba18ad /security/p5-Crypt-DSA | |
parent | 77ef0928f07ceeb74a84b94f1d1087425b55bf95 (diff) | |
download | freebsd-ports-gnome-185f608cb3be5763350c7646dd03b4c808e3b734.tar.gz freebsd-ports-gnome-185f608cb3be5763350c7646dd03b4c808e3b734.tar.zst freebsd-ports-gnome-185f608cb3be5763350c7646dd03b4c808e3b734.zip |
- correct dependency (Math::Pari -> Math::BigIng)
- utilize SITE_PERL
- add WWW in pkg-descr
PR: 90126
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'security/p5-Crypt-DSA')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/pkg-descr | 2 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 803faeabf16a..1543d766890b 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -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 diff --git a/security/p5-Crypt-DSA/pkg-descr b/security/p5-Crypt-DSA/pkg-descr index d1a168034f68..5ef7d277a3b8 100644 --- a/security/p5-Crypt-DSA/pkg-descr +++ b/security/p5-Crypt-DSA/pkg-descr @@ -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/ |