summaryrefslogtreecommitdiff
path: root/textproc/p5-SQL-Tokenizer/Makefile
blob: 8fb214fb83a6bb270b31e0d56be0f639c99d6e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	SQL-Tokenizer
PORTVERSION=	0.24
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:IZUT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple regular expressions based SQL tokenizer
WWW=		https://metacpan.org/release/SQL-Tokenizer

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>