aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Daemon/Makefile
blob: 47ebe91b63e87ad08753518c0bf4552ebd08f2cb (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-Net-Daemon
# Date created:             27 Feb 2000
# Whom:                     Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $FreeBSD$
#

PORTNAME=   Net-Daemon
PORTVERSION=    0.46
CATEGORIES= net perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/M/MN/MNOONING
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@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>