mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
23 lines
436 B
Makefile
23 lines
436 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Sereal::Decoder.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|