mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c23e1f2e65
- Bump PORTREVISION
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Lukasz Komsta
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= seccure
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 3
|
|
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= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
|
|
|
USE_GCC= any
|
|
|
|
.include <bsd.port.mk>
|