1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/p5-Net-Daemon/Makefile
Kevin Lo b8253b9375 Update to version 0.31
PR: 20245
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-31 09:28:27 +00:00

29 lines
563 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.31
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.ORG
USE_PERL5= yes
MAN3= Net::Daemon.3 \
Net::Daemon::Log.3 \
Net::Daemon::Test.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>