8dcfc5fcab
- Support STAGEDIR Changes: http://search.cpan.org/dist/Compress-Snappy/Changes
21 lines
427 B
Makefile
21 lines
427 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Compress-Snappy
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl interface to Google Snappy (de)compressor
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libsnappy.so:${PORTSDIR}/archivers/snappy
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|