diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:52:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:52:01 +0000 |
commit | d8925cf7b5ed21c4d9299e1e9c2f0ac6f7685539 (patch) | |
tree | 7d174b90b9191fc928e0ce8d84fcea5f022b065f /graphics/p5-GD-Barcode | |
parent | 1af13296139e4123432678e3198f2d4091190a92 (diff) | |
download | ports-d8925cf7b5ed21c4d9299e1e9c2f0ac6f7685539.tar.gz ports-d8925cf7b5ed21c4d9299e1e9c2f0ac6f7685539.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189345
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=353433
Diffstat (limited to 'graphics/p5-GD-Barcode')
-rw-r--r-- | graphics/p5-GD-Barcode/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index 3ed99adbc9c8..949b80439e86 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -8,9 +8,12 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= GD::Barcode - Create barcode image with GD +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} |