17 lines
481 B
Makefile
17 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.24 2019/08/11 13:19:00 wiz Exp $
|
|
|
|
DISTNAME= Class-Factory-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= https://metacpan.org/release/Class-Factory
|
|
COMMENT= Base class for dynamic factory classes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Class/Factory/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|