1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/textproc/p5-SQL-Tokenizer/Makefile
2017-09-15 08:58:46 +00:00

22 lines
403 B
Makefile

# Created by: milki <milki@rescomp.berkeley.edu>
# $FreeBSD$
PORTNAME= SQL-Tokenizer
PORTVERSION= 0.24
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:IZUT
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Simple regular expressions based SQL tokenizer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>