aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-CBOR-XS/Makefile
blob: 2d589b2598ea112a7333ee8b220a93963bc1a6e6 (plain) (blame)
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
26
27
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$

PORTNAME=   CBOR-XS
PORTVERSION=    1.30
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:C/0$//}

MAINTAINER= pi@FreeBSD.org
COMMENT=    Perl does Concise Binary Object Representation (CBOR, RFC7049)

LICENSE=    GPLv3

USES=       perl5
USE_PERL5=  configure

BUILD_DEPENDS=  ${RUN_DEPENDS}
RUN_DEPENDS=    p5-Types-Serialiser>=0:devel/p5-Types-Serialiser \
        p5-common-sense>=0:devel/p5-common-sense

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CBOR/XS/XS.so

.include <bsd.port.mk>