aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Sereal/Makefile
blob: 243dc2a3dea738e24a11be99941fc8bba629aac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

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

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

RUN_DEPENDS=    \
    p5-Sereal-Decoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Decoder \
    p5-Sereal-Encoder>=0.36:${PORTSDIR}/converters/p5-Sereal-Encoder
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   Sereal.3

.include <bsd.port.mk>