freebsd-ports/textproc/p5-Unicode-EastAsianWidth/Makefile
Sunpoet Po-Chuan Hsieh f27764cd87 Update to 1.40
- Add LICENSE
- Sort PLIST
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Unicode-EastAsianWidth
2018-11-24 22:29:33 +00:00

18 lines
298 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Unicode-EastAsianWidth
PORTVERSION= 1.40
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= East Asian Width properties
LICENSE= CC0-1.0
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>