freebsd-ports/security/seccure/Makefile
Ryan Steinmetz 72a02a04ab Update my email address on the ports I maintain.
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00

22 lines
475 B
Makefile

# New ports collection makefile for: seccure
# Date created: 30 August 2007
# Whom: Lukasz Komsta
#
# $FreeBSD$
#
PORTNAME= seccure
PORTVERSION= 0.4
PORTREVISION= 1
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.18:${PORTSDIR}/security/libgcrypt
MAN1= seccure.1
.include <bsd.port.mk>