1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

devel/p5-Net-DBus: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2023-09-04 17:04:37 +08:00
parent f638a08a4a
commit 5310240d2a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= Net-DBus
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,4 +19,7 @@ RUN_DEPENDS= p5-XML-Twig>=0:textproc/p5-XML-Twig
USES= perl5 pkgconfig
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DBus/DBus.so
.include <bsd.port.mk>