diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-17 07:46:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-17 07:46:55 +0000 |
commit | 5a2d1fa3ef5f1666b87b254d5abd66bc7be89e8c (patch) | |
tree | b286d3e797d57e619f0be36e6a0a3c1f3c088267 /textproc/p5-RTF-Tokenizer/Makefile | |
parent | b8896a3ccd8a1ee6c72136e604a45e34db9757ce (diff) |
Notes
Diffstat (limited to 'textproc/p5-RTF-Tokenizer/Makefile')
-rw-r--r-- | textproc/p5-RTF-Tokenizer/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-RTF-Tokenizer/Makefile b/textproc/p5-RTF-Tokenizer/Makefile new file mode 100644 index 000000000000..cc9501416b77 --- /dev/null +++ b/textproc/p5-RTF-Tokenizer/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: textproc/p5-RTF-Tokenizer +# Date created: Oct 15th 2003 +# Whom: clsung@dragon2.net +# +# $FreeBSD$ +# + +PORTNAME= RTF-Tokenizer +PORTVERSION= 1.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= RTF +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= Perl module for reading RTF files + +PERL_CONFIGURE= yes + +MAN3= RTF::Tokenizer.3 + +.include <bsd.port.mk> |