diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:39:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:39:51 +0800 |
commit | 9f26214360ba5c23d14bb0b0466d7cf11cffb210 (patch) | |
tree | d573dca60f143f446f62b4658cbc01d7604f8973 /devel | |
parent | 8fb45621680bcf7b52c50e27c293c34ff70c5241 (diff) | |
download | freebsd-ports-graphics-9f26214360ba5c23d14bb0b0466d7cf11cffb210.tar.gz freebsd-ports-graphics-9f26214360ba5c23d14bb0b0466d7cf11cffb210.tar.zst freebsd-ports-graphics-9f26214360ba5c23d14bb0b0466d7cf11cffb210.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here:
- Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change
PR: ports/189567
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Starter-Plugin-TT2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Module-Starter-Plugin-TT2/Makefile b/devel/p5-Module-Starter-Plugin-TT2/Makefile index cad58ddab8d..9fc3b414d93 100644 --- a/devel/p5-Module-Starter-Plugin-TT2/Makefile +++ b/devel/p5-Module-Starter-Plugin-TT2/Makefile @@ -3,15 +3,20 @@ PORTNAME= Module-Starter-Plugin-TT2 PORTVERSION= 0.125 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= TT2 templates for Module::Starter::Template -BUILD_DEPENDS= p5-Module-Starter>=1.47.0:${PORTSDIR}/devel/p5-Module-Starter \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Starter>=1.47:${PORTSDIR}/devel/p5-Module-Starter \ p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit +RUN_DEPENDS= p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit USES= perl5 USE_PERL5= configure |