lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# Created by: Lukasz Komsta
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= seccure
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://point-at-infinity.org/seccure/ \
|
|
NETBSD
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Elliptic Curve Crypto Utility for Reliable Encryption
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
|
|
|
|
USE_GCC= any
|
|
|
|
.include <bsd.port.mk>
|