mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
9fb1ef4c3a
response to email. Hat: portmgr
22 lines
374 B
Makefile
22 lines
374 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for spelling out numbers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Number::Spell.3
|
|
|
|
.include <bsd.port.mk>
|