diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-07 18:12:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-07 18:12:48 +0800 |
commit | 06446b32924829c4651fdf08d1a8da0f9ab38a62 (patch) | |
tree | 816882072a44a218428bcf7346592680e1cc0c83 /www | |
parent | f50429eaaac4c867a1cbef1bba4990ab04381831 (diff) | |
download | freebsd-ports-gnome-06446b32924829c4651fdf08d1a8da0f9ab38a62.tar.gz freebsd-ports-gnome-06446b32924829c4651fdf08d1a8da0f9ab38a62.tar.zst freebsd-ports-gnome-06446b32924829c4651fdf08d1a8da0f9ab38a62.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, use USES=tar:tgz
PR: 188308
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-FormBuilder/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-FormBuilder/Makefile b/www/p5-Catalyst-Plugin-FormBuilder/Makefile index 72ab9010fdad..46e06216b97e 100644 --- a/www/p5-Catalyst-Plugin-FormBuilder/Makefile +++ b/www/p5-Catalyst-Plugin-FormBuilder/Makefile @@ -7,16 +7,18 @@ PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= FormBuilder for Catalyst +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 tar:tgz USE_PERL5= configure .include <bsd.port.mk> |