pkgsrc/devel/p5-Test-Simple/Makefile
rhaen 45ad5aac74 - updated package to 0.74
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.74  Thu Nov 29 15:39:57 PST 2007
    Misc
    - Add abstract and author to the meta information.

0.73_01  Mon Oct 15 20:35:15 EDT 2007
    Bug fixes
    * Put the use_ok() fix from 0.71 back.
2007-12-11 11:59:23 +00:00

21 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.37 2007/12/11 11:59:23 rhaen Exp $
DISTNAME= Test-Simple-0.74
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
COMMENT= Perl5 module with a simple framework for writing tests
CONFLICTS+= p5-Test-Builder-Tester-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"