freebsd-ports/textproc/p5-Text-CharWidth/Makefile
Dmitry Marakasov 6d641b4bdd - Add LICENSE
Approved by:	portmgr blanket
2018-10-08 09:08:40 +00:00

20 lines
354 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Text-CharWidth
DISTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Get number of occupied columns of a string on terminal
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>