24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Jacques Marneweck <jacques@php.net>
|
|
|
|
PORTNAME= Danga-Socket
|
|
PORTVERSION= 1.62
|
|
CATEGORIES= devel net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Event loop and event-driven async socket base class
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Sys-Syscall>=0:devel/p5-Sys-Syscall
|
|
TEST_DEPENDS= p5-Test-TCP>=0:devel/p5-Test-TCP
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|