1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Pass maintainership to submitter
- While I'm here, use USES=tar:tgz

PR:		188308
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-04-07 10:12:48 +00:00
parent b42ff9239c
commit e2c57aac6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350448

View File

@ -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>