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

PORTNAME=   Sereal
PORTVERSION=    3.005
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

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

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

USES=       perl5
USE_PERL5=  configure
NO_ARCH=    YES

.include <bsd.port.mk>