- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
3dff6f4096
commit
415e1a3604
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367649
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Type-Tiny-XS
|
||||
PORTVERSION= 0.011
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TOBYINK
|
||||
|
@ -17,4 +18,7 @@ LICENSE_COMB= dual
|
|||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Type/Tiny/XS/XS.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue