22 lines
480 B
Makefile
22 lines
480 B
Makefile
# New ports collection makefile for: p5-Locale-Maketext-Fuzzy
|
|
# Date created: Mon April 14th, 2003
|
|
# Whom: Erwin Lansing <erwin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Locale-Maketext-Fuzzy
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Locale::Maketext::Fuzzy - Maketext from already interpolated strings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Locale::Maketext::Fuzzy.3
|
|
|
|
.include <bsd.port.mk>
|