d7f75bd67a
Approved by: portmgr (blanket)
22 lines
502 B
Makefile
22 lines
502 B
Makefile
PORTNAME= nss_compat_ossl
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://rcritten.fedorapeople.org/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Source-level compatibility library for OpenSSL to NSS porting
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libnspr4.so:devel/nspr \
|
|
libnss3.so:security/nss
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= cpe pkgconfig libtool
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|