aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Compress-Snappy/Makefile
blob: d3e74918970e18985e9ccd7e8e214fe1feea2076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    p5-Compress-Snappy
# Date created:     2012-01-07
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Compress-Snappy
PORTVERSION=    0.19
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=    snappy:${PORTSDIR}/archivers/snappy

PERL_CONFIGURE= yes

MAN3=       Compress::Snappy.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+=  p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>