diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:52:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:52:10 +0000 |
commit | 975610fdfdb88751fcd6ed4768d07d2a88bd11c1 (patch) | |
tree | 450cc596d6122666d9b2e191f0b4a79eb5f281f8 /graphics/p5-CAD-Drawing-Template | |
parent | 59d34a49e4894a8372cf2ceb4f6fda902e2ec763 (diff) |
Notes
Diffstat (limited to 'graphics/p5-CAD-Drawing-Template')
-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 d0a9bfa16bbe..f67dc6ea8ffd 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 eeddbf00d309..676452debc5e 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/ |