diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-30 05:10:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-30 05:10:53 +0800 |
commit | df9970a7ba334997c7ca085216456354ec474da7 (patch) | |
tree | 1642c7976dea5f8832ce24776d35dab33063fb48 /textproc | |
parent | f4e2b96771332ed07bd91064533e34c5334bdd6b (diff) | |
download | freebsd-ports-gnome-df9970a7ba334997c7ca085216456354ec474da7.tar.gz freebsd-ports-gnome-df9970a7ba334997c7ca085216456354ec474da7.tar.zst freebsd-ports-gnome-df9970a7ba334997c7ca085216456354ec474da7.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189103
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Unicode-Escape/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Unicode-Escape/Makefile b/textproc/p5-Unicode-Escape/Makefile index d6e461fdf246..89c985f63092 100644 --- a/textproc/p5-Unicode-Escape/Makefile +++ b/textproc/p5-Unicode-Escape/Makefile @@ -7,9 +7,12 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Escape and unescape Unicode characters other than ASCII +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS:= ${BUILD_DEPENDS} |