Update to 1.6
- Add LICENSE - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/String-CRC32/Changes
This commit is contained in:
parent
a31c73147f
commit
9a4ec13026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444387
3 changed files with 10 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= String-CRC32
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,7 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface for cyclic redundancy check generation
|
||||
|
||||
LICENSE= CC0-1.0
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/CRC32/CRC32.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (String-CRC32-1.5.tar.gz) = 5a812f1a7b08330fe49f64cd479970cbc2193285c8bb6951f4dd4291c4947054
|
||||
SIZE (String-CRC32-1.5.tar.gz) = 6990
|
||||
TIMESTAMP = 1498499051
|
||||
SHA256 (String-CRC32-1.6.tar.gz) = 70211b836109d99bc1763af3f7033ed74d64db091008202ecfc991007821c555
|
||||
SIZE (String-CRC32-1.6.tar.gz) = 7713
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%%PERL5_MAN3%%/String::CRC32.3.gz
|
||||
%%SITE_ARCH%%/String/CRC32.pm
|
||||
%%SITE_ARCH%%/String/CRC32.pod
|
||||
%%SITE_ARCH%%/auto/String/CRC32/CRC32.so
|
||||
%%PERL5_MAN3%%/String::CRC32.3.gz
|
||||
|
|
Loading…
Reference in a new issue