7451fffa94
PolarSSL is an SSL library written in ANSI C. PolarSSL makes it easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products with as little hassle as possible. It is designed to be readable, documented, tested, loosely coupled and portable. This package includes headers/libs only, not the demo programs. PolarSSL is GPLv2, but offers exceptions to be distributed with other works licensed as Apache, BSD, CC0, EUPL, LGPL, ISC, WTFPL, X11, zlib/libpng.
22 lines
556 B
Makefile
22 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/12/11 23:29:27 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= polarssl-1.2.0-gpl
|
|
PKGNAME= ${DISTNAME:-gpl=}
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://polarssl.org/code/releases/
|
|
EXTRACT_SUFX= .tgz
|
|
FETCH_USING= curl
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://polarssl.org/
|
|
COMMENT= Lightweight, modular cryptographic and SSL/TLS library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_TOOLS+= gmake perl
|
|
REPLACE_PERL= tests/scripts/*.pl
|
|
USE_LANGUAGES= c
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|