diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:03:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-05 22:03:53 +0000 |
commit | d041d194ab28f70893b18c935ee377551e52733a (patch) | |
tree | 22e750737137ed1e19676843e8f1194aa9ebb461 /textproc/p5-LaTeX-TOM/Makefile | |
parent | 5ffae124f9857bcf359facc06a9120d73f58dd80 (diff) | |
download | ports-d041d194ab28f70893b18c935ee377551e52733a.tar.gz ports-d041d194ab28f70893b18c935ee377551e52733a.zip |
Notes
Diffstat (limited to 'textproc/p5-LaTeX-TOM/Makefile')
-rw-r--r-- | textproc/p5-LaTeX-TOM/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-LaTeX-TOM/Makefile b/textproc/p5-LaTeX-TOM/Makefile new file mode 100644 index 000000000000..6ba0270c730b --- /dev/null +++ b/textproc/p5-LaTeX-TOM/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: LaTeX-TOM +# Date created: 4th June, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= LaTeX-TOM +PORTVERSION= 0.9 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Perl module for parsing, analyzing, and manipulating LaTeX documents + +PERL_CONFIGURE= yes + +MAN3= LaTeX::TOM.3 + +.include <bsd.port.mk> |