mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 2.048
- Add LICENSE - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
This commit is contained in:
parent
2f95366b19
commit
878fad6d4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290090
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Compress-Raw-Lzma
|
||||
PORTVERSION= 2.045
|
||||
PORTVERSION= 2.048
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PMQS
|
||||
@ -15,6 +15,11 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Low-Level Interface to lzma compression library
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Compress::Raw::Lzma.3
|
||||
@ -37,7 +42,7 @@ LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/${LZMA_DEPEND}
|
||||
|
||||
pre-build:
|
||||
.if ${LZMA_DEPEND} == "sys"
|
||||
${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Compress-Raw-Lzma-2.045.tar.gz) = 33fe5cfa1e142613870d6997afb3de191ba1ae82421aa14a640e08a50d19cc08
|
||||
SIZE (Compress-Raw-Lzma-2.045.tar.gz) = 99865
|
||||
SHA256 (Compress-Raw-Lzma-2.048.tar.gz) = b1bc86826e9d394aebebc4a9a8e3c6ece04414bb4211f5daff3eda9fce4bd1a0
|
||||
SIZE (Compress-Raw-Lzma-2.048.tar.gz) = 99907
|
||||
|
Loading…
Reference in New Issue
Block a user