Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= softhsm |
4 |
PORTNAME= softhsm |
5 |
PORTVERSION= 2.3.0 |
5 |
PORTVERSION= 2.3.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
8 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
8 |
MASTER_SITES= http://dist.opendnssec.org/source/ \ |
9 |
http://dist.opendnssec.org/source/testing/ |
9 |
http://dist.opendnssec.org/source/testing/ |
Lines 57-60
Link Here
|
57 |
CONFIGURE_ARGS+= --disable-gost |
57 |
CONFIGURE_ARGS+= --disable-gost |
58 |
.endif |
58 |
.endif |
59 |
|
59 |
|
|
|
60 |
post-install: |
61 |
${MKDIR} ${STAGEDIR}${PREFIX}/share/p11-kit/modules |
62 |
${INSTALL_DATA} ${WRKSRC}/softhsm2.module \ |
63 |
${STAGEDIR}${PREFIX}/share/p11-kit/modules |
64 |
|
60 |
.include <bsd.port.mk> |
65 |
.include <bsd.port.mk> |