2345ed61fc
Pkgsrc changes: o Add commented-out HOMEPAGE using search.cpan.org Upstream changes: o No updated changelog ("There Ought to be a Law"), but by the looks of it mostly improved error reporting and robustness.
19 lines
507 B
Makefile
19 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/11/18 06:34:45 he Exp $
|
|
#
|
|
|
|
DISTNAME= Net-Gnats-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnatsperl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gnatsperl.sourceforge.net/
|
|
#HOMEPAGE= http://search.cpan.org/dist/Net-Gnats/
|
|
COMMENT= Perl interface to the gnatsd daemon
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Net/Gnats/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|