1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/converters/p5-Sereal/Makefile
2014-01-13 10:21:14 +00:00

22 lines
501 B
Makefile

# $FreeBSD$
PORTNAME= Sereal
PORTVERSION= 2.030
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>=2.03:${PORTSDIR}/converters/p5-Sereal-Decoder \
p5-Sereal-Encoder>=2.03:${PORTSDIR}/converters/p5-Sereal-Encoder
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>