freebsd-ports/net/p5-Net-Daemon/Makefile

25 lines
477 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-Daemon
# Date created: 27 Feb 2000
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= Net-Daemon
2011-05-03 10:35:21 +02:00
PORTVERSION= 0.48
CATEGORIES= net perl5
MASTER_SITES= CPAN
2011-03-04 09:42:55 +01:00
MASTER_SITE_SUBDIR= CPAN:MNOONING
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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>