- took maintainership Changelog: 1.02 Wed 14 Nov 2007 - Updating to newer AUTOMATED_TESTING tests - Updating to fixed META.yml 1.01 Mon 22 Oct 2007 - Updating to newer AUTOMATED_TESTING tests 1.00 Sat 18 Aug 2007 - Adding more detail to the Makefile.PL, better error messages, and several additional fallback options.
17 lines
480 B
Makefile
17 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/15 22:42:36 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Task-Weaken-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Task/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist//Task-Weaken/
|
|
COMMENT= Perl 5 module to ensure that a platform has weaken support
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_PACKLIST= auto/Task/Weaken/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|