1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Add LICENSE_FILE

- Drop 8.x support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-18 14:00:24 +00:00
parent bc4305c49f
commit 434a93baaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397238

View File

@ -12,6 +12,7 @@ MAINTAINER= zi@FreeBSD.org
COMMENT= Cross-platform, standards compliant networking library
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs
@ -19,10 +20,4 @@ USES= cmake:outsource
CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF
USE_GITHUB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
IGNORE= requires FreeBSD 9.x or higher
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>