diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-11-05 12:46:52 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-11-05 12:46:52 +0000 |
commit | b324f489eb4991887f749c66603b732eaea38beb (patch) | |
tree | cd65aa44c447f984be1a7bd0cf33561e90518363 /textproc/p5-Number-Format/Makefile | |
parent | e289438db3605a1bcc7233cba1a82ec86200f692 (diff) | |
download | ports-b324f489eb4991887f749c66603b732eaea38beb.tar.gz ports-b324f489eb4991887f749c66603b732eaea38beb.zip |
Notes
Diffstat (limited to 'textproc/p5-Number-Format/Makefile')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile new file mode 100644 index 000000000000..28ca76ba3a20 --- /dev/null +++ b/textproc/p5-Number-Format/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Number::Format +# Date created: 27 Oct 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Number-Format +PORTVERSION= 1.42 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Number +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Number::Format.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |