opnsense-ports/textproc/p5-SQL-Tokenizer/Makefile
Franco Fichtner 6e73130c27 */*: sync with upstream
Taken from: FreeBSD
2016-01-21 07:16:48 +01:00

21 lines
402 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>