2013-05-03 16:36:39 +00:00
|
|
|
# Created by: Lukasz Komsta
|
2007-09-07 08:15:24 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2008-02-28 21:47:06 +00:00
|
|
|
PORTNAME= seccure
|
2014-08-20 08:02:30 +00:00
|
|
|
PORTVERSION= 0.5
|
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-29 22:18:44 +00:00
|
|
|
PORTREVISION= 6
|
2008-02-28 21:47:06 +00:00
|
|
|
CATEGORIES= security
|
2011-05-27 01:10:53 +00:00
|
|
|
MASTER_SITES= http://point-at-infinity.org/seccure/ \
|
2015-05-14 10:15:04 +00:00
|
|
|
NETBSD
|
2007-09-07 08:15:24 +00:00
|
|
|
|
2011-07-15 21:15:29 +00:00
|
|
|
MAINTAINER= zi@FreeBSD.org
|
2011-05-27 01:10:53 +00:00
|
|
|
COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption
|
2007-09-07 08:15:24 +00:00
|
|
|
|
2014-08-20 08:02:30 +00:00
|
|
|
LICENSE= LGPL3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 14:25:16 +00:00
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
|
2007-09-07 08:15:24 +00:00
|
|
|
|
2014-05-11 18:37:51 +00:00
|
|
|
USE_GCC= any
|
2007-09-07 08:15:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|