diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:17:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-15 17:17:04 +0000 |
commit | aaad10ab483b7e55c357ea36a62f8bee3b933123 (patch) | |
tree | 5644a5d45ebdb4a24c62cbf154c699c03bfcd8e7 /textproc/p5-Text-FindIndent/Makefile | |
parent | 4c2c3d959189f708337c2cf3b6bacb312cde9c00 (diff) | |
download | ports-aaad10ab483b7e55c357ea36a62f8bee3b933123.tar.gz ports-aaad10ab483b7e55c357ea36a62f8bee3b933123.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-FindIndent/Makefile')
-rw-r--r-- | textproc/p5-Text-FindIndent/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-Text-FindIndent/Makefile b/textproc/p5-Text-FindIndent/Makefile new file mode 100644 index 000000000000..814c2d55e373 --- /dev/null +++ b/textproc/p5-Text-FindIndent/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Text-FindIndent +# Date created: March 8th 2009 +# Whom: Cezary Morga <cm@therek.net> +# +# $FreeBSD$ +# + +PORTNAME= Text-FindIndent +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= cm@therek.net +COMMENT= Perl5 module to heuristically determine the indent style of a file + +PERL_CONFIGURE= YES + +MAN3= Text::FindIndent.3 + +.include <bsd.port.mk> |