554594bfb2
Packages Collection. The Perl 5 module Test::Object is a testing package designed to allow you to easily test what you believe is a valid object against the expected behaviour of all of the classes in its inheritance tree in one single call.
17 lines
459 B
Makefile
17 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:03:49 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Object-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Object/
|
|
COMMENT= Perl 5 module to thoroughly test objects
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Object/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|