97fa0810fe
- Mark as deprecated and schedule to be removed in Dec (project site is gone) PR: ports/128109 Submitted by: Matt D. Harris (maintainer)
25 lines
603 B
Makefile
25 lines
603 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= mattdharris@users.sourceforge.net
|
|
COMMENT= A liteweight SSL and TLS toolkit for C developers
|
|
|
|
DEPRECATED= Download sites are down, cannot update due to software website being down.
|
|
EXPIRATION_DATE=2008-12-01
|
|
|
|
# HAS_CONFIGURE= no
|
|
# GNU_CONFIGURE= no
|
|
|
|
.include <bsd.port.mk>
|