diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:41:36 +0800 |
commit | 18673e782056fcc54ba7c4c96d8eabda633f71a1 (patch) | |
tree | eb64b40552b129b82ba26ae2e2f91b3e43698fc8 /math/p5-Number-WithError-LaTeX | |
parent | b7f7839ecceaaaebfabb69fed599431c9127fe84 (diff) | |
download | freebsd-ports-gnome-18673e782056fcc54ba7c4c96d8eabda633f71a1.tar.gz freebsd-ports-gnome-18673e782056fcc54ba7c4c96d8eabda633f71a1.tar.zst freebsd-ports-gnome-18673e782056fcc54ba7c4c96d8eabda633f71a1.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189291
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'math/p5-Number-WithError-LaTeX')
-rw-r--r-- | math/p5-Number-WithError-LaTeX/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile index 32002579c8bb..752b8c7571fd 100644 --- a/math/p5-Number-WithError-LaTeX/Makefile +++ b/math/p5-Number-WithError-LaTeX/Makefile @@ -8,9 +8,12 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= LaTeX output for Number::WithError +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-prefork>=0:${PORTSDIR}/devel/p5-prefork \ p5-Number-WithError>=0:${PORTSDIR}/math/p5-Number-WithError \ |