mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
22 lines
510 B
Makefile
22 lines
510 B
Makefile
PORTNAME= Compress-Snappy
|
|
PORTVERSION= 0.25
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl interface to Google Snappy (de)compressor
|
|
WWW= https://metacpan.org/release/Compress-Snappy
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Snappy/Snappy.so
|
|
|
|
.include <bsd.port.mk>
|