16 lines
268 B
Makefile
16 lines
268 B
Makefile
COMMENT= simple but non-blocking HTTP/HTTPS client
|
|
|
|
DISTNAME = AnyEvent-HTTP-2.25
|
|
CATEGORIES= databases devel
|
|
REVISION = 0
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-AnyEvent \
|
|
devel/p5-common-sense
|
|
|
|
.include <bsd.port.mk>
|