freebsd-ports/textproc/p5-Text-Wrapper/Makefile

18 lines
285 B
Makefile

# $FreeBSD$
PORTNAME= Text-Wrapper
PORTVERSION= 1.04
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Simple word wrapping routine
USES= perl5
USE_PERL5= configure
MAN3= Text::Wrapper.3
NO_STAGE= yes
.include <bsd.port.mk>