diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-11-08 17:14:12 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-11-08 17:14:12 +0000 |
commit | e7151b668c2e3517eefc99c04c38e81460178d93 (patch) | |
tree | 5331db50f9db06cbd868c434606a68cbeac41a90 /net/pen/Makefile | |
parent | 351fce49085221ce538b583f21a5fef1bed6957d (diff) |
Notes
Diffstat (limited to 'net/pen/Makefile')
-rw-r--r-- | net/pen/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index 2157c75cf991..bf0173aa56c1 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.33.2 +PORTVERSION= 0.34.0 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ MAINTAINER= danilo@FreeBSD.org COMMENT= Load balancer for UDP and TCP based protocols +LICENSE= GPLv2 + LIB_DEPENDS= libGeoIP.so:net/GeoIP GNU_CONFIGURE= yes -USE_OPENSSL= yes +USES= ssl USE_RC_SUBR= pen CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} --with-geoip \ --with-ssl=${OPENSSLBASE} |