diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 11:24:26 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 11:35:23 +0800 |
commit | ff7ff775b923a7bfc9feade75669953ee92e7c78 (patch) | |
tree | 972d6ca2862b3071b795eda09b76f16016b394c6 | |
parent | security/p5-Crypt-SysRandom: Fix LICENSE and WWW (diff) |
security/p5-Digest-MD5: Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD5/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index ab5dda669984..7aa5f349685a 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,5 +1,6 @@ PORTNAME= Digest-MD5 PORTVERSION= 2.59 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,4 +14,7 @@ LICENSE= ARTPERL10 USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Digest/MD5/MD5.so + .include <bsd.port.mk> diff --git a/security/p5-Digest-MD5/pkg-plist b/security/p5-Digest-MD5/pkg-plist index 1e4a027d45bb..9aaa8c6f9d80 100644 --- a/security/p5-Digest-MD5/pkg-plist +++ b/security/p5-Digest-MD5/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Digest::MD5.3.gz %%SITE_ARCH%%/Digest/MD5.pm %%SITE_ARCH%%/auto/Digest/MD5/MD5.so +%%PERL5_MAN3%%/Digest::MD5.3.gz |