- Strip shared library
- Sort PLIST - Bump PORTREVISION for package change
This commit is contained in:
parent
93cab33d9d
commit
f4243e3df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401632
2 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= JSON-XS
|
||||
PORTVERSION= 3.01
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -21,4 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/JSON/XS/XS.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,6 @@ bin/json_xs
|
|||
%%SITE_ARCH%%/JSON/XS.pm
|
||||
%%SITE_ARCH%%/JSON/XS/Boolean.pm
|
||||
%%SITE_ARCH%%/auto/JSON/XS/XS.so
|
||||
%%PERL5_MAN1%%/json_xs.1.gz
|
||||
%%PERL5_MAN3%%/JSON::XS.3.gz
|
||||
%%PERL5_MAN3%%/JSON::XS::Boolean.3.gz
|
||||
%%PERL5_MAN1%%/json_xs.1.gz
|
||||
|
|
Loading…
Reference in a new issue