1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/p5-Text-Wrapper/Makefile
Mathieu Arnold e34b3763c7 - Convert to staging
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 18:10:39 +00:00

19 lines
288 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
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>