freebsd-ports/textproc/p5-CQL-Parser/Makefile
Sunpoet Po-Chuan Hsieh 54c04e6c5f - Update to 1.13
- Add LICENSE
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/CQL-Parser/Changes
2013-10-03 18:38:35 +00:00

27 lines
744 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= CQL-Parser
PORTVERSION= 1.13
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= p5-Class-Accessor>=0.1:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Clone>=0.15:${PORTSDIR}/devel/p5-Clone \
p5-String-Tokenizer>=0.05:${PORTSDIR}/textproc/p5-String-Tokenizer
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>