freebsd-ports/security/monocypher/Makefile
Dave Cottlehuber 145f0ec983 security/monocypher: update to 4.0.2
- drop local makefile patches thanks to upstream

Differential Revision: https://reviews.freebsd.org/D41732

Sponsored by:	SkunkWerks, GmbH
2023-09-05 20:34:39 +00:00

23 lines
451 B
Makefile

PORTNAME= monocypher
DISTVERSION= 4.0.2
CATEGORIES= security
MASTER_SITES= https://monocypher.org/download/
MAINTAINER= dch@FreeBSD.org
COMMENT= Compact cryptographic library in C
WWW= https://monocypher.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE.md
USE_CSTD= c99
USE_LDCONFIG= yes
MAKEFILE= makefile
ALL_TARGET= all
TEST_TARGET= test
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmonocypher.so.*
.include <bsd.port.mk>