1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/p5-Net-Daemon/Makefile
Vanilla I. Shu f0faf3d932 Upgrade to 0.37
PR:		ports/56876
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-09-30 18:07:53 +00:00

26 lines
537 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.37
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.ORG
COMMENT= Perl5 extension for portable daemons
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::Daemon.3 \
Net::Daemon::Log.3 \
Net::Daemon::Test.3
.include <bsd.port.mk>