blob: 12cb7707f47913e6e2f32f42ac9bf97b9ad60889 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: seccure
# Date created: 30 August 2007
# Whom: Lukasz Komsta
#
# $FreeBSD$
#
PORTNAME= seccure
PORTVERSION= 0.3
PORTEVISION= 1
CATEGORIES= security
MASTER_SITES= http://point-at-infinity.org/seccure/
MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl
COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt
MAN1= seccure.1
.include <bsd.port.mk>
|