- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-03 09:00:40 +00:00
parent 72d008f2c7
commit 1fa7543b6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492027

View file

@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org MAINTAINER= perl@FreeBSD.org
COMMENT= Implementation of the Twitter API for AnyEvent COMMENT= Implementation of the Twitter API for AnyEvent
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-AnyEvent>=5.34:devel/p5-AnyEvent \ RUN_DEPENDS= p5-AnyEvent>=5.34:devel/p5-AnyEvent \
p5-AnyEvent-HTTP>=2.12:www/p5-AnyEvent-HTTP \ p5-AnyEvent-HTTP>=2.12:www/p5-AnyEvent-HTTP \
@ -20,5 +23,6 @@ RUN_DEPENDS= p5-AnyEvent>=5.34:devel/p5-AnyEvent \
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.mk>