mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
72d008f2c7
commit
1fa7543b6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492027
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue