diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-11-04 08:53:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-11-04 08:53:03 +0000 |
commit | cc5d398eb4730ed1c03772ac3905aebd18aa3c97 (patch) | |
tree | e3ede912bba21317ae90a135fcd380634a22fd38 /textproc/p5-Lingua-EN-Numbers-Easy/Makefile | |
parent | ff8f2490f848f1b0b09eeb60bc9d8f375f8be56f (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Numbers-Easy/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Easy/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers-Easy/Makefile b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile new file mode 100644 index 000000000000..ebae518dd75c --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers-Easy/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Lingua-EN-Numbers-Easy +# Date created: 15 September 2003 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-EN-Numbers-Easy +PORTVERSION= 1.2 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua/ABIGAIL +PKGNAMEPREFIX= p5- +DISTNAME= Lingua_EN_Numbers_Easy-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= A perl module providing hash access to Lingua::EN::Numbers objects + +BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/Numbers.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers +RUN_DEPENDS= ${SITE_PERL}/Lingua/EN/Numbers.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers + +WRKSRC= ${WRKDIR}/Easy-${PORTVERSION} + +PERL_CONFIGURE= yes + +MAN3= Lingua::EN::Numbers::Easy.3 + +.include <bsd.port.mk> |