- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
5da580b0e9
commit
5bd443a6be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394487
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Math-GSL
|
||||
PORTVERSION= 0.35
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -23,6 +24,9 @@ TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \
|
|||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
|
||||
BROKEN_sparc64= Does not compile on sparc64
|
||||
BROKEN_sparc64= does not compile on sparc64
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} -J % ${STRIP_CMD} %
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue