diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
commit | 9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /net-p2p/uhub | |
parent | f25de658a01310d78cbb67209274b82dcbf0878e (diff) |
Notes
Diffstat (limited to 'net-p2p/uhub')
-rw-r--r-- | net-p2p/uhub/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 96d235259b41..b14f03179490 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uhub -# Date created: 16 Oct 2009 -# Whom: Yashin Dmitry <yashin.dm@gmail.com> -# +# Created by: Yashin Dmitry <yashin.dm@gmail.com> # $FreeBSD$ -# PORTNAME= uhub PORTVERSION= 0.4.0 @@ -16,8 +12,8 @@ COMMENT= High performance peer-to-peer hub for the ADC network LICENSE= GPLv3 -USE_PERL5_BUILD=yes -USE_GMAKE= yes +USES= gmake perl5 +USE_PERL5= build USE_SQLITE= yes USE_RC_SUBR= uhub |