diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-11-30 07:17:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-11-30 07:17:57 +0000 |
commit | 7e5c59bbc4991f585b927fc23da267ecdd2c4015 (patch) | |
tree | 8e0d03606e37d9b620fef7bd75a9f809fd63db92 /security/p5-Crypt-OpenSSL-RSA/Makefile | |
parent | b503ff80e11dcc4952fd2250b6f6f5d296458aee (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/Makefile')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index d359b3d0967b..cca9f5d523a7 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-OpenSSL-RSA -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@cityfujisawa.ne.jp -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${.CURDIR}/../p5-Crypt-OpenSSL-Random +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random RUN_DEPENDS= ${BUILD_DEPENDS} RESTRICTED= "Crypto; export-controlled" |