1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/p5-Net-Daemon/Makefile
Vanilla I. Shu 5eae85527d Add p5-Net-Daemon,
it's perl5 extension of portable daemons.
2000-02-27 05:52:44 +00:00

29 lines
586 B
Makefile

# New ports collection makefile for: p5-Net-Daemon
# Version required: 0.29
# Date created: 27 Feb 2000
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $FreeBSD$
#
DISTNAME= Net-Daemon-0.29
PKGNAME= p5-Net-Daemon-0.29
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
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>