freebsd-ports/archivers/p5-Compress-Snappy/Makefile
Sunpoet Po-Chuan Hsieh 01721bbe46 - Remove LIB_DEPENDS: Compress::Snappy uses bundle snappy library
- Bump PORTREVISION for dependency change

Submitted by:	vanilla
2014-01-19 09:27:22 +00:00

20 lines
387 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Compress-Snappy
PORTVERSION= 0.22
PORTREVISION= 1
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
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>