mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: Lukasz Komsta
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= seccure
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://point-at-infinity.org/seccure/ \
|
|
${MASTER_SITE_NETBSD}
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption
|
|
|
|
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
|
|
|
|
MAN1= seccure.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|