pkgsrc/security/libcurvecpr/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

29 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/01/26 17:32:04 rillig Exp $
DISTNAME= master
PKGNAME= libcurvecpr-20130806
CATEGORIES= security
MASTER_SITES= https://github.com/impl/libcurvecpr/archive/
EXTRACT_SUFX= .zip
MAINTAINER= agc@NetBSD.org
HOMEPAGE= https://cr.yp.to/ecdh.html
COMMENT= Uses elliptic-curve cryptography to encrypt and authenticate data
LICENSE= public-domain
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/libcurvecpr-master
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config automake autoreconf
AUTO_MKDIRS= yes
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../security/libsodium/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"