openbsd-ports/devel/p5-Test-Object/Makefile
msf e107334313 initial import of Test::Object 0.05
"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.
2006-11-14 09:33:13 +00:00

19 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/14 09:33:13 msf Exp $
COMMENT= "thoroughly testing objects via registered handlers"
MODULES= cpan
DISTNAME= Test-Object-0.05
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>