60918bcbad
Submitted by: Jacques Marneweck <jacques@powertrip.co.za> (maintainer)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# 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.48
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= http://www.danga.com/dist/Danga-Socket/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jacques@php.net
|
|
COMMENT= Event loop and event-driven async socket base class
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Danga::Socket.3
|
|
|
|
.include <bsd.port.mk>
|