diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:39:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:39:47 +0800 |
commit | 8fb45621680bcf7b52c50e27c293c34ff70c5241 (patch) | |
tree | 0eea544df91ed0433e5fcecf59d948dcdf50aeef /devel | |
parent | 872ac3a93f4e3a2bb7a6a5b8daa1b4d3e574ea64 (diff) | |
download | freebsd-ports-gnome-8fb45621680bcf7b52c50e27c293c34ff70c5241.tar.gz freebsd-ports-gnome-8fb45621680bcf7b52c50e27c293c34ff70c5241.tar.zst freebsd-ports-gnome-8fb45621680bcf7b52c50e27c293c34ff70c5241.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189566
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Starter-Plugin-SimpleStore/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Module-Starter-Plugin-SimpleStore/Makefile b/devel/p5-Module-Starter-Plugin-SimpleStore/Makefile index d82bf24760a7..e787e1dca071 100644 --- a/devel/p5-Module-Starter-Plugin-SimpleStore/Makefile +++ b/devel/p5-Module-Starter-Plugin-SimpleStore/Makefile @@ -7,9 +7,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Provide methods of retrieving templates for Module::Starter +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Module-Starter>=1.32:${PORTSDIR}/devel/p5-Module-Starter USES= perl5 |