aboutsummaryrefslogblamecommitdiff
path: root/devel/cjose/Makefile
blob: 65091cad965e23a840a33fd1aebd34ce18edc414 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                     
                 


                                
                                                                                      

                   
                                 
 

                                           
                                                                 




                             

                   
                                                                      

                      
PORTNAME=	cjose
PORTVERSION=	0.6.1
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	jamie@chair6.net
COMMENT=	C library implementing JavaScript Object Signing and Encryption (JOSE)

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libjansson.so:devel/jansson

USES=		compiler:c++11-lang libtool pathfix pkgconfig ssl
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

USE_GITHUB=	yes
GH_ACCOUNT=	cisco

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-jansson=${PREFIX} --with-openssl=${OPENSSLBASE}

.include <bsd.port.mk>