diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-26 15:14:14 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-26 15:14:14 +0000 |
commit | e1ae021550460bae7b1d2f627e0efe1d6e64bf86 (patch) | |
tree | c751080affc78cef0d166eb650af9bfbc75699e9 /sysutils/ucspi-ssl/Makefile | |
parent | edcbb6b1bd5ab2a0654b1cf6273649146537bf68 (diff) | |
download | ports-e1ae021550460bae7b1d2f627e0efe1d6e64bf86.tar.gz ports-e1ae021550460bae7b1d2f627e0efe1d6e64bf86.zip |
Notes
Diffstat (limited to 'sysutils/ucspi-ssl/Makefile')
-rw-r--r-- | sysutils/ucspi-ssl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile index 922ade5eddf5..02d589bc6c87 100644 --- a/sysutils/ucspi-ssl/Makefile +++ b/sysutils/ucspi-ssl/Makefile @@ -6,17 +6,19 @@ # PORTNAME= ucspi-ssl -PORTVERSION= 0.70 +PORTVERSION?= 0.70 CATEGORIES= sysutils MASTER_SITES= http://www.superscript.com/ucspi-ssl/ -MAINTAINER= lx@redundancy.redundancy.org -COMMENT= UCSPI tools for building SSL client-server applications +MAINTAINER?= lx@redundancy.redundancy.org +COMMENT?= UCSPI tools for building SSL client-server applications BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp \ ${BUILD_DEPENDS} +CONFLICTS?= ucspi-ssl-tls-[0-9]* + USE_PERL5= yes NO_PACKAGE= Non-explicit licensing terms |