diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:22 +0800 |
commit | d629584e23fefe0e9977f3a33cba4ecfa50031db (patch) | |
tree | 1ca7c761c946270c1834b0f627e0f314650e5ac1 /lang | |
parent | 6403cdacd27a3ad5ed3c2ea54300f2430377ed00 (diff) | |
download | freebsd-ports-gnome-d629584e23fefe0e9977f3a33cba4ecfa50031db.tar.gz freebsd-ports-gnome-d629584e23fefe0e9977f3a33cba4ecfa50031db.tar.zst freebsd-ports-gnome-d629584e23fefe0e9977f3a33cba4ecfa50031db.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189335
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Quantum-Superpositions/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/p5-Quantum-Superpositions/Makefile b/lang/p5-Quantum-Superpositions/Makefile index 7e5680f4c80f..e81a109fdea4 100644 --- a/lang/p5-Quantum-Superpositions/Makefile +++ b/lang/p5-Quantum-Superpositions/Makefile @@ -7,9 +7,12 @@ CATEGORIES= lang science perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= QM-like superpositions in Perl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Multimethods>=0:${PORTSDIR}/devel/p5-Class-Multimethods RUN_DEPENDS:= ${BUILD_DEPENDS} |