aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Sereal/Makefile
blob: 2e374135bc8ec28bb30f80f6e40dcb40565479c6 (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
# $FreeBSD$

PORTNAME=   Sereal
PORTVERSION=    3.015
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:YVES
PKGNAMEPREFIX=  p5-

MAINTAINER= adamw@FreeBSD.org
COMMENT=    Perl extension for fast, compact, powerful binary (de-)serialization

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \
        p5-Sereal-Encoder>=${PORTVERSION}:converters/p5-Sereal-Encoder
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-Test-Deep>=0:devel/p5-Test-Deep \
        p5-Test-LongString>=0:devel/p5-Test-LongString \
        p5-Test-Warn>=0:devel/p5-Test-Warn

USES=       perl5
USE_PERL5=  configure
NO_ARCH=    yes

.include <bsd.port.mk>