1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add LICENSE

- Add NO_ARCH
- Silence patching

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-10 09:00:45 +00:00
parent 92aee934cf
commit 346a11d7c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492591

View File

@ -11,15 +11,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Make the Catalyst request context available in Models and Views
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>0:www/p5-Catalyst-Runtime
TEST_DEPENDS= p5-Devel-Cycle>=0:devel/p5-Devel-Cycle
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
${REINPLACE_CMD} -i '' -e '/auto_install/d' \
@${REINPLACE_CMD} -i '' -e '/auto_install/d' \
-e '/Devel::Cycle/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>