diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
commit | 0d179b7daca5221c9055d9a0c434f87ec3405750 (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /net-p2p | |
parent | 9ff37d19d6ac3b540a4597b1a399fc17a26f4635 (diff) | |
download | freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.gz freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.zst freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'net-p2p')
-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 |