1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/p5-CQL-Parser/Makefile
2021-04-06 16:31:07 +02:00

28 lines
686 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
PORTNAME= CQL-Parser
PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BRICAS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Compiles CQL strings into parse trees of Node subtypes
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0.1:devel/p5-Class-Accessor \
p5-Clone>=0.15:devel/p5-Clone \
p5-String-Tokenizer>=0.05:textproc/p5-String-Tokenizer
TEST_DEPENDS= p5-CPAN-Changes>=0:devel/p5-CPAN-Changes \
p5-Test-Exception>=0.21:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>