diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
commit | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-p2p/opendchub | |
parent | adcf3b1a182f39c92b37fd681a90185275bcadb8 (diff) | |
download | ports-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.tar.gz ports-e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63.zip |
Notes
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r-- | net-p2p/opendchub/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 5fcb02846081..48f205f1470b 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: opendchub -# Date created: May 29, 2002 -# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca> -# +# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca> # $FreeBSD$ -# PORTNAME= opendchub PORTVERSION= 0.8.2 @@ -13,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} MAINTAINER= yashin.dm@gmail.com COMMENT= Unofficial Unix version of the Direct Connect Hub software -USE_PERL5= yes +USES= perl5 USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes |