pkgsrc/devel/p5-Test-use-ok/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

19 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/06/13 06:46:47 rillig Exp $
DISTNAME= Test-use-ok-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-use-ok/
COMMENT= Alternative to Test::More::use_ok
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/use/ok/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"