1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/p5-Regex-PreSuf/Makefile
2021-04-06 16:31:07 +02:00

18 lines
351 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
PORTNAME= Regex-PreSuf
PORTVERSION= 1.17
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JHI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Given word lists, create Perl regular expressions
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>