blob: 8f2a2e6a583796c9a46a282b6815ccbd44228c62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: p5-Danga-Socket
# Date created: 2005-08-08
# Whom: Jacques Marneweck <jacques@php.net>
#
# $FreeBSD$
#
PORTNAME= Danga-Socket
PORTVERSION= 1.61
CATEGORIES= devel net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Event loop and event-driven async socket base class
RUN_DEPENDS= p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \
p5-Sys-Syscall>=0:${PORTSDIR}/devel/p5-Sys-Syscall
PERL_CONFIGURE= yes
MAN3= Danga::Socket.3
.include <bsd.port.mk>
|