mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
9ac356527f
PR: ports/111279 Submitted by: mdh <mdh at solitox.net>
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# New ports collection makefile for: xyssl
|
|
# Date created: 2007-04-05
|
|
# Whom: mdh <mdh@solitox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xyssl
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://xyssl.org/code/download/ \
|
|
ftp://ftp.solitox.net/pub/XySSL/
|
|
DISTNAME= xyssl-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= mdh@solitox.net
|
|
COMMENT= A liteweight SSL and TLS toolkit for C developers
|
|
|
|
# HAS_CONFIGURE= no
|
|
# GNU_CONFIGURE= no
|
|
|
|
.include <bsd.port.mk>
|