pkgsrc/devel/p5-Class-Gomor/Makefile
adrianp d9a4412e48 This module is yet another class builder. This one adds parameter checking
in new constructor, that is to check for attributes existence, and definedness.
2007-01-03 14:02:57 +00:00

16 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:02:57 adrianp Exp $
DISTNAME= Class-Gomor-1.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= adrianp@NetBSD.org
COMMENT= Another class and object builder
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Class/Gomor/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"