diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-18 15:06:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-18 15:06:37 +0800 |
commit | 681228580067e68e9ce49cdf3dbc3483db389e77 (patch) | |
tree | bc59f2dcebfcb043012f88e7f2c835c82892066a /textproc/p5-Text-Reform/Makefile | |
parent | 1c68829481f996272e2f343bbb72579317084a4e (diff) | |
download | freebsd-ports-graphics-681228580067e68e9ce49cdf3dbc3483db389e77.tar.gz freebsd-ports-graphics-681228580067e68e9ce49cdf3dbc3483db389e77.tar.zst freebsd-ports-graphics-681228580067e68e9ce49cdf3dbc3483db389e77.zip |
NEW PORT textproc/p5-Text-Reform
Manual text wrapping and reformatting
PR: ports/50783
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc/p5-Text-Reform/Makefile')
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile new file mode 100644 index 00000000000..c501baa2bca --- /dev/null +++ b/textproc/p5-Text-Reform/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-Reform +# Date created: 2 August 2002 +# Whom: Mathieu Arnold <m@absolight.net> +# +# $FreeBSD$ +# + +PORTNAME= Text-Reform +PORTVERSION= 1.10 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Manual text wrapping and reformatting + +PERL_CONFIGURE= yes + +MAN3= Text::Reform.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> |