aboutsummaryrefslogtreecommitdiffstats
path: root/security/nettle/Makefile
blob: 63adbf8d189ffa3f334ba06dbe4a1aa37ca5a916 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>