diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-06 09:02:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-06 09:02:25 +0000 |
commit | 851e22c3e6dd1102bdf13e2c9b7f7f6e0446ec65 (patch) | |
tree | c4c799ecbef2f6d73e63e81732de0082f3aa8486 /security/nettle2/Makefile | |
parent | 537797f77d467597c8e77c85f3d29a76bff35754 (diff) |
Notes
Diffstat (limited to 'security/nettle2/Makefile')
-rw-r--r-- | security/nettle2/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile new file mode 100644 index 000000000000..63adbf8d189f --- /dev/null +++ b/security/nettle2/Makefile @@ -0,0 +1,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> |