diff options
Diffstat (limited to 'security/sslproxy/Makefile')
-rw-r--r-- | security/sslproxy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index db47df86898a..6124041d86af 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= sslproxy DISTVERSIONPREFIX= v -DISTVERSION= 0.9.7 +DISTVERSION= 0.9.8 PORTEPOCH= 1 CATEGORIES= security @@ -13,13 +13,14 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet -USES= gmake pkgconfig uidfix sqlite ssl +USES= gmake pkgconfig sqlite ssl uidfix USE_GITHUB= yes GH_ACCOUNT= sonertari GH_PROJECT= SSLproxy MAKEFILE= GNUmakefile MAKE_ENV= INSTALLUID=${UID} INSTALLGID=${GID} + PLIST_FILES= bin/sslproxy share/man/man1/sslproxy.1.gz \ share/man/man5/sslproxy.conf.5.gz \ "@sample etc/sslproxy.conf.sample" |