7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
20 lines
538 B
Makefile
20 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:25 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Daemon-0.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nda
|
|
PKGREVISION= 2
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= eric@cirr.com
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
|
|
COMMENT= Perl5 module for writing networking daemons
|
|
|
|
DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5
|
|
|
|
PERL5_PACKLIST= auto/Net/Daemon/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|