1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.00009

This commit is contained in:
Wen Heping 2010-10-14 08:12:40 +00:00
parent d468b28ca8
commit d0a3ace740
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262992
3 changed files with 29 additions and 5 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= Crypt-DH-GMP
PORTVERSION= 0.00006
PORTREVISION= 1
PORTVERSION= 0.00009
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,8 +13,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Crypt::DH Using GMP Directly
BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib \
p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort \
p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
post-patch:
${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/Makefile.PL
PERL_CONFIGURE= YES
MAN3= Crypt::DH::GMP.3 \
Crypt::DH::GMP::Compat.3

View File

@ -1,3 +1,3 @@
MD5 (Crypt-DH-GMP-0.00006.tar.gz) = 515d10da337a72f3fb27a800f035986c
SHA256 (Crypt-DH-GMP-0.00006.tar.gz) = bd7c6ed1d1d76e058650b1eb134007ed4df26a173b7a40502eb047bcc03a6583
SIZE (Crypt-DH-GMP-0.00006.tar.gz) = 14987
MD5 (Crypt-DH-GMP-0.00009.tar.gz) = 6c3271908c554fdf60782921dad7f0a5
SHA256 (Crypt-DH-GMP-0.00009.tar.gz) = ebfbcf2630f6a85b63cd87585d301442f43c91df71d214f7ec325d41a7617ab9
SIZE (Crypt-DH-GMP-0.00009.tar.gz) = 73737

View File

@ -0,0 +1,19 @@
--- Makefile.PL.orig 2010-10-13 16:31:29.000000000 +0800
+++ Makefile.PL 2010-10-13 16:33:05.000000000 +0800
@@ -10,6 +10,9 @@
my @INCLUDES;
my @LIBPATHS;
+push @INCLUDES , '%%LOCALBASE%%/include';
+push @LIBPATHS, '%%LOCALBASE%%/lib';
+
if ($^O eq 'darwin') {
if (! exists $ENV{USE_MACPORTS}) {
print
@@ -60,4 +63,4 @@
test_requires 'Test::More';
test_requires 'Test::Requires';
-WriteAll;
\ No newline at end of file
+WriteAll;