Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 07:11:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376091 - head/devel/p5-Inline-Tcl
Message-ID:  <201501030711.t037BuUi053050@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  3 07:11:55 2015
New Revision: 376091
URL: https://svnweb.freebsd.org/changeset/ports/376091
QAT: https://qat.redports.org/buildarchive/r376091/

Log:
  - Add LICENSE
  - Cleanup Makefile

Modified:
  head/devel/p5-Inline-Tcl/Makefile

Modified: head/devel/p5-Inline-Tcl/Makefile
==============================================================================
--- head/devel/p5-Inline-Tcl/Makefile	Sat Jan  3 07:11:50 2015	(r376090)
+++ head/devel/p5-Inline-Tcl/Makefile	Sat Jan  3 07:11:55 2015	(r376091)
@@ -11,8 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Write Perl subroutines in Tcl
 
+LICENSE=	ARTPERL10
+
 BUILD_DEPENDS=	p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
-#LIB_DEPENDS=	tcl84:${PORTSDIR}/lang/tcl84
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5 tcl
@@ -21,6 +22,6 @@ CONFIGURE_ARGS=	INC="-I${TCL_INCLUDEDIR}
 		LIBS="-L${TCL_LIBDIR} -Wl,-rpath,${TCL_LIBDIR} -ltcl${TCL_SHLIB_VER}"
 
 post-patch:
-	@${REINPLACE_CMD} -i.bak '2,99d' ${WRKSRC}/Makefile.PL
+	@${REINPLACE_CMD} '2,99d' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501030711.t037BuUi053050>