diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 03:52:10 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 03:52:10 +0000 |
commit | 56bb3327c85278c6ca8806ebea9fb220b5a10e7a (patch) | |
tree | 450cc596d6122666d9b2e191f0b4a79eb5f281f8 | |
parent | 77c8aa61904ac3935761803bd4773022659d10f1 (diff) | |
download | FreeBSD-ports-56bb3327c85278c6ca8806ebea9fb220b5a10e7a.zip FreeBSD-ports-56bb3327c85278c6ca8806ebea9fb220b5a10e7a.tar.gz |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line
PR: ports/189347
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | graphics/p5-CAD-Drawing-Template/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-CAD-Drawing-Template/pkg-descr | 1 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/p5-CAD-Drawing-Template/Makefile b/graphics/p5-CAD-Drawing-Template/Makefile index d0a9bfa..f67dc6e 100644 --- a/graphics/p5-CAD-Drawing-Template/Makefile +++ b/graphics/p5-CAD-Drawing-Template/Makefile @@ -8,11 +8,14 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Replace tags with text and geometry -BUILD_DEPENDS= p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing \ - p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \ + p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/graphics/p5-CAD-Drawing-Template/pkg-descr b/graphics/p5-CAD-Drawing-Template/pkg-descr index eeddbf0..676452d 100644 --- a/graphics/p5-CAD-Drawing-Template/pkg-descr +++ b/graphics/p5-CAD-Drawing-Template/pkg-descr @@ -1,4 +1,3 @@ Tag replacement framework for graphics/p5-CAD-Drawing. -Author: Eric L. Wilhelm <ewilhelm at cpan dot org> WWW: http://search.cpan.org/dist/CAD-Drawing-Template/ |