mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Sereal-Decoder
|
|
PORTVERSION= 0.36
|
|
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 deserialization
|
|
|
|
TEST_DEPENDS= \
|
|
p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sereal::Decoder.3
|
|
|
|
.include <bsd.port.mk>
|