freebsd-ports/converters/p5-Sereal-Decoder/Makefile
Adam Weinberger c072c01428 Update p5-Sereal to 4.005
* Encoder: Document encode_to_file()
  * Decoder: Document and fix decode_from_file()
  * Sereal: fixup docs on write_file()/decode_file()
2018-01-23 23:03:38 +00:00

26 lines
579 B
Makefile

# $FreeBSD$
PORTNAME= Sereal-Decoder
PORTVERSION= 4.005
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YVES
PKGNAMEPREFIX= p5-
MAINTAINER= adamw@FreeBSD.org
COMMENT= Perl module for fast, powerful binary deserialization (decoder)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-LongString>0:devel/p5-Test-LongString \
p5-Test-Warn>=0:devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sereal/Decoder/Decoder.so
.include <bsd.port.mk>