1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/p5-Text-Reflow/Makefile
Mathieu Arnold d1850a3d8c Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
2007-08-31 13:37:23 +00:00

29 lines
530 B
Makefile

# New ports collection makefile for: textproc/p5- Text-Reflow
# Date created: 2 August 2002
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= Text-Reflow
PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl module for reflowing text files
PERL_CONFIGURE= yes
MAN3= Text::Reflow.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} > 500800
EXTRA_PATCHES= ${PATCHDIR}/5.8-Reflow.pm
.endif
.include <bsd.port.post.mk>