25 lines
620 B
Makefile
25 lines
620 B
Makefile
PORTNAME= RedisDB-Parser
|
|
PORTVERSION= 2.23
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for Redis protocol parser
|
|
WWW= https://metacpan.org/release/RedisDB-Parser
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
|
|
TEST_DEPENDS= p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \
|
|
p5-Test-Most>=0.22:devel/p5-Test-Most
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RedisDB/Parser/Parser.so
|
|
|
|
.include <bsd.port.mk>
|