mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9d5ce3f1d0
PR: ports/109382 Submitted by: chinsan
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# New ports collection makefile for: p5-Number-Spell
|
|
# Date created: 2007/02/14
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Number-Spell
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Number
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Perl extension for spelling out numbers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Number::Spell.3
|
|
|
|
.include <bsd.port.mk>
|