aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-01 16:07:46 +0800
committerbapt <bapt@FreeBSD.org>2013-08-01 16:07:46 +0800
commitaf1b30d017a8acb77fa173be72f8326489d9d82d (patch)
tree24dd62879fd1799a957a84f46f41db1873f34b7d /net-p2p
parent68519b4cec21cd4e8c122eec882f769527586fcb (diff)
downloadfreebsd-ports-gnome-af1b30d017a8acb77fa173be72f8326489d9d82d.tar.gz
freebsd-ports-gnome-af1b30d017a8acb77fa173be72f8326489d9d82d.tar.zst
freebsd-ports-gnome-af1b30d017a8acb77fa173be72f8326489d9d82d.zip
Fix without gcc
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/p5-Net-DirectConnect-TigerHash/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
index 20fdab72841b..f8a888b85d07 100644
--- a/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
+++ b/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-DirectConnect-TigerHash
-# Date created: 2010-11-23
-# Whom: Oleg Alexeenkov <proler@gmail.com>
-#
+# Created by: Oleg Alexeenkov <proler@gmail.com>
# $FreeBSD$
-#
PORTNAME= Net-DirectConnect-TigerHash
PORTVERSION= 0.06
@@ -15,8 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= proler@gmail.com
COMMENT= Perl Direct Connect TigerHash module
-PERL_CONFIGURE= yes
-CC= g++
+USES= perl5
+USE_PERL5= configure
+CC= ${CXX}
MAN3= Net::DirectConnect::TigerHash.3