svn commit: r324097 - head/net-p2p/p5-Net-DirectConnect-TigerHash

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 08:07:47 UTC 2013


Author: bapt
Date: Thu Aug  1 08:07:46 2013
New Revision: 324097
URL: http://svnweb.freebsd.org/changeset/ports/324097

Log:
  Fix without gcc

Modified:
  head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile

Modified: head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile
==============================================================================
--- head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile	Thu Aug  1 06:46:31 2013	(r324096)
+++ head/net-p2p/p5-Net-DirectConnect-TigerHash/Makefile	Thu Aug  1 08:07:46 2013	(r324097)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-DirectConnect-TigerHash
-# Date created:		2010-11-23
-# Whom:			Oleg Alexeenkov <proler at gmail.com>
-#
+# Created by: Oleg Alexeenkov <proler at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-DirectConnect-TigerHash
 PORTVERSION=	0.06
@@ -15,8 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	proler at 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
 


More information about the svn-ports-head mailing list