Date: Thu, 1 Jan 2015 16:10:13 +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: r375947 - head/math/PDL Message-ID: <201501011610.t01GADg1003780@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:10:12 2015 New Revision: 375947 URL: https://svnweb.freebsd.org/changeset/ports/375947 QAT: https://qat.redports.org/buildarchive/r375947/ Log: - Add LICENSE - Sort *_DEPENDS - Remove test: which is already in perl5.mk Modified: head/math/PDL/Makefile Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Thu Jan 1 16:10:07 2015 (r375946) +++ head/math/PDL/Makefile Thu Jan 1 16:10:12 2015 (r375947) @@ -11,11 +11,14 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${E MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Astro-FITS-Header>=0:${PORTSDIR}/astro/p5-Astro-FITS-Header \ p5-Convert-UU>=0:${PORTSDIR}/converters/p5-Convert-UU \ p5-File-Map>=0.47:${PORTSDIR}/devel/p5-File-Map \ - p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile \ - p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline + p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \ + p5-Module-Compile>=0.23:${PORTSDIR}/devel/p5-Module-Compile RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 @@ -69,9 +72,6 @@ post-patch: @${REINPLACE_CMD} -e "/POSIX_THREADS_LIBS/ s|undef|'${PTHREAD_LIBS}'|" \ ${WRKSRC}/perldl.conf -test: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test - # autogen plist post-install: @(cd ${WRKSRC}; ${PERL} -Iblib/lib -Iblib/arch Doc/scantree.pl)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011610.t01GADg1003780>