18 lines
294 B
Makefile
18 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Brew
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for the Brew edit distance
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Text::Brew.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|