diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-08-16 05:58:26 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-08-16 05:58:26 +0000 |
commit | 258c3e5fa58e729a7df88784383d378367927dee (patch) | |
tree | 41f05b66a15cc4ef8a74175e939ed6c19af86cfe /security/p5-Net-SSLeay | |
parent | d70e533cd2b9c4286e045e7e6b41675a8bc7289b (diff) |
Notes
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 1d9064026dcb..82a6382a5fa1 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-SSLeay PORTVERSION= 1.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to SSL -BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE} USE_OPENSSL= yes |