|
Lines 2-11
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= engine_pkcs11 |
4 |
PORTNAME= engine_pkcs11 |
| 5 |
PORTVERSION= 0.1.8 |
5 |
PORTVERSION= 0.2.0 |
| 6 |
PORTREVISION= 2 |
|
|
| 7 |
CATEGORIES= security |
6 |
CATEGORIES= security |
| 8 |
MASTER_SITES= SF/opensc/${PORTNAME} |
7 |
MASTER_SITES= https://github.com/OpenSC/${PORTNAME}/archive/ |
| 9 |
|
8 |
|
| 10 |
MAINTAINER= ale@FreeBSD.org |
9 |
MAINTAINER= ale@FreeBSD.org |
| 11 |
COMMENT= Implementation of a PKCS\#11 engine for OpenSSL |
10 |
COMMENT= Implementation of a PKCS\#11 engine for OpenSSL |
|
Lines 16-24
Link Here
|
| 16 |
|
15 |
|
| 17 |
OPTIONS_DEFINE= DOCS |
16 |
OPTIONS_DEFINE= DOCS |
| 18 |
|
17 |
|
| 19 |
USES= libtool pkgconfig |
18 |
USES= autoreconf libtool pkgconfig |
| 20 |
USE_OPENSSL= yes |
19 |
USE_OPENSSL= yes |
| 21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
|
|
21 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} |
| 22 |
|
22 |
|
| 23 |
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ |
23 |
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ |
| 24 |
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" |
24 |
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" |