- Add LICENSE - Sort PLIST - Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/Unicode-EastAsianWidth
18 lines
298 B
Makefile
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>
|