1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/security/seccure/Makefile

22 lines
399 B
Makefile
Raw Normal View History

2013-05-03 16:36:39 +00:00
# Created by: Lukasz Komsta
# $FreeBSD$
2008-02-28 21:47:06 +00:00
PORTNAME= seccure
2014-08-20 08:02:30 +00:00
PORTVERSION= 0.5
PORTREVISION= 6
2008-02-28 21:47:06 +00:00
CATEGORIES= security
MASTER_SITES= http://point-at-infinity.org/seccure/ \
NETBSD
MAINTAINER= zi@FreeBSD.org
COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption
2014-08-20 08:02:30 +00:00
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USE_GCC= any
.include <bsd.port.mk>