diff options
Diffstat (limited to 'math/PDL/Makefile')
-rw-r--r-- | math/PDL/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 75aa18fd39a1..6115e49df264 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -11,11 +11,14 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} 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) |