851e22c3e6
A low-level cryptographic library
21 lines
367 B
Makefile
21 lines
367 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: nettle
|
|
# Date created: Dec 6, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nettle
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
|
|
ftp://ftp.lysator.liu.se/pub/security/lsh/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|