diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:10:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:10:12 +0000 |
commit | 21ca53fdf2cfd7b1a4430f7e8945a83daad1402a (patch) | |
tree | 9929f4b512dc09febfda44a28c2e2721d8a2a290 /math/PDL/Makefile | |
parent | 8a996bff61561417f357b9174922bc54616d5a6d (diff) | |
download | ports-21ca53fdf2cfd7b1a4430f7e8945a83daad1402a.tar.gz ports-21ca53fdf2cfd7b1a4430f7e8945a83daad1402a.zip |
- Add LICENSE
- Sort *_DEPENDS
- Remove test: which is already in perl5.mk
Notes
Notes:
svn path=/head/; revision=375947
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) |