1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-19 09:00:48 +00:00
parent 4775818873
commit 6dbdf9a191
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493356

View File

@ -10,6 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for LWP::UserAgent interface using AnyEvent::HTTP
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= \
p5-AnyEvent>=5:devel/p5-AnyEvent \
p5-AnyEvent-HTTP>=2.1:www/p5-AnyEvent-HTTP \
@ -20,5 +24,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>