aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-22 20:47:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-22 20:47:42 +0000
commit3b1fdaa573db748e5d59c85ad35497c5a76aae74 (patch)
treeef1f20c8790e92b377cdd2fc4fc0297d8f1cfd71 /sysutils
parent5aef2581d4c6d59345090c8990b3ae59b5df77c5 (diff)
downloadports-3b1fdaa573db748e5d59c85ad35497c5a76aae74.tar.gz
ports-3b1fdaa573db748e5d59c85ad35497c5a76aae74.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ucspi-ssl/Makefile23
-rw-r--r--sysutils/ucspi-ssl/distinfo2
-rw-r--r--sysutils/ucspi-ssl/pkg-plist2
3 files changed, 7 insertions, 20 deletions
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile
index 4f170a901c43..88282977c9df 100644
--- a/sysutils/ucspi-ssl/Makefile
+++ b/sysutils/ucspi-ssl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ucspi-ssl
-PORTVERSION= 0.67
+PORTVERSION= 0.68
CATEGORIES= sysutils
MASTER_SITES= http://www.superscript.com/ucspi-ssl/
@@ -15,6 +15,8 @@ COMMENT= UCSPI tools for building SSL client-server applications
RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
+USE_PERL5= yes
+
NO_PACKAGE= Non-explicit licensing terms
DOCS= CHANGES TODO UCSPI-SSL
@@ -29,35 +31,20 @@ do-configure:
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_SSLPERL)
.if ${PERL_LEVEL} < 500600
-IGNORE= "requires Perl 5.6.0 or greater. Please install lang/perl5 and retry, or define WITHOUT_SSLPERL"
-.endif
-.else
-PLIST_SUB+= SSLPERL="@comment "
-.endif
-
-.if ${OSVERSION} >= 502112
-BROKEN= "Does not compile on FreeBSD >= 5.x"
+IGNORE= "requires Perl 5.6.0 or greater. Please install lang/perl5 and retry"
.endif
do-build:
-.if defined(WITHOUT_SSLPERL)
- cd ${WRKSRC} && package/compile https@ sslcat sslconnect sslclient sslserver
-.else
cd ${WRKSRC} && package/compile
-.endif
do-install:
.for x in https@ sslcat sslconnect
${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${PREFIX}/bin
.endfor
-.for x in sslclient sslserver
+.for x in sslclient sslserver sslperl
${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${PREFIX}/bin
.endfor
-.if !defined(WITHOUT_SSLPERL)
- ${INSTALL_PROGRAM} ${WRKSRC}/command/sslperl ${PREFIX}/bin
-.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/src && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
diff --git a/sysutils/ucspi-ssl/distinfo b/sysutils/ucspi-ssl/distinfo
index 30f393b2824d..40a446fb39c1 100644
--- a/sysutils/ucspi-ssl/distinfo
+++ b/sysutils/ucspi-ssl/distinfo
@@ -1 +1 @@
-MD5 (ucspi-ssl-0.67.tar.gz) = ff77a2c2a4f340e88aa3a0d68c816311
+MD5 (ucspi-ssl-0.68.tar.gz) = 1bc7b3e883f92b40ce76b0663ea7355e
diff --git a/sysutils/ucspi-ssl/pkg-plist b/sysutils/ucspi-ssl/pkg-plist
index 61a82b47c156..74443ef6ae4c 100644
--- a/sysutils/ucspi-ssl/pkg-plist
+++ b/sysutils/ucspi-ssl/pkg-plist
@@ -3,7 +3,7 @@ bin/sslcat
bin/sslclient
bin/sslconnect
bin/sslserver
-%%SSLPERL%%bin/sslperl
+bin/sslperl
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/UCSPI-SSL