freebsd-ports/net/p5-Net-Daemon/Makefile
Aaron Dalton 25da141eec - update from v0.38 to v0.39
Committed by:	aaron
Approved by:	tobez (implicit)

2006-02-15  Jochen Wiedmann  <jwied@cpan.org> (0.39)

        * t/forkm.t: Hopefully, I finally got rid of the
	  problem with the forking tests. It seems, that
	  the perlipc manual got updated in the past years,
	  most possibly for the same reason: A child handler
	  must be written to catch childs in a loop.
2006-02-18 08:54:57 +00:00

24 lines
488 B
Makefile

# New ports collection makefile for: p5-Net-Daemon
# Date created: 27 Feb 2000
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= Net-Daemon
PORTVERSION= 0.39
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.ORG
COMMENT= Perl5 extension for portable daemons
PERL_CONFIGURE= yes
MAN3= Net::Daemon.3 \
Net::Daemon::Log.3 \
Net::Daemon::Test.3
.include <bsd.port.mk>