- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-22 09:00:48 +00:00
parent cb98869a84
commit 3dcc45e160
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493566

View file

@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of reversehttp for AnyEvent
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Any-Moose>0:devel/p5-Any-Moose \
@ -20,5 +23,6 @@ RUN_DEPENDS= \
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>