blob: ff553b4cbb1c41a463a41a2acb48280beb870613 (
plain)
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
|
# $NetBSD: Makefile,v 1.7 2018/08/22 09:43:08 wiz Exp $
DISTNAME= Sereal-4.005
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= converters perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~yves/Sereal/lib/Sereal.pm
COMMENT= Fast, compact, powerful binary (de-)serialization
#LICENSE= # Copyright (C) 2012, 2013 by Steffen Mueller
DEPENDS+= p5-Sereal-Decoder>=4.005:../../converters/p5-Sereal-Decoder
DEPENDS+= p5-Sereal-Encoder>=4.005:../../converters/p5-Sereal-Encoder
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
PERL5_PACKLIST= auto/Sereal/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|