freebsd-ports/databases/p5-RedisDB-Parser/Makefile
Tobias Kortkamp 1bf865fed5
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
2021-04-19 10:00:13 +02:00

21 lines
388 B
Makefile

PORTNAME= RedisDB-Parser
PORTVERSION= 2.22
PORTREVISION= 0
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Redis protocol parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-Try-Tiny>0:lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>