blob: 854731faa713c5d475a3df236ef395d4cc9aa203 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= libmacaroons
DISTVERSION= 0.3.0-20210219
CATEGORIES= security devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Flexible authorization credentials library
WWW= https://github.com/rescrv/libmacaroons
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake libtool python:build
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= rescrv
GH_TAGNAME= ca0211d
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= include/macaroons.h \
lib/libmacaroons.a \
lib/libmacaroons.so \
lib/libmacaroons.so.0 \
lib/libmacaroons.so.0.0.1 \
libdata/pkgconfig/libmacaroons.pc
.include <bsd.port.mk>
|