mirror of https://git.FreeBSD.org/ports.git
converters/p5-Convert-Binary-C: Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
7d5d299bbb
commit
1949820a1d
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= Convert-Binary-C
|
PORTNAME= Convert-Binary-C
|
||||||
PORTVERSION= 0.85
|
PORTVERSION= 0.85
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= converters perl5
|
CATEGORIES= converters perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -16,4 +17,7 @@ USE_PERL5= configure
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Convert/Binary/C/C.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in New Issue