blob: e76260babde8651911490ecd2bf3b2db76094d06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= Sereal
PORTVERSION= 0.370
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SMUELLER
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for fast, compact, powerful binary (de-)serialization
RUN_DEPENDS= \
p5-Sereal-Decoder>=0.37:${PORTSDIR}/converters/p5-Sereal-Decoder \
p5-Sereal-Encoder>=0.37:${PORTSDIR}/converters/p5-Sereal-Encoder
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|