- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
fc81747087
commit
300b35b763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394470
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Data-Clone
|
||||
PORTVERSION= 0.004
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -26,4 +26,7 @@ USES= perl5
|
|||
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.18:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Clone/Clone.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue