pkgsrc-wip/p5-Class-Factory-Util/Makefile
Quentin Garnier 38201fef05 Initial import of p5-Class-Factory-Util, version 1.4.
This module contains methods that are useful for factory classes.

When this module is loaded, it creates a method in its caller
named subclasses(). This method returns a list of the available
subclasses for the package. It does this by looking in the
library directory containing the caller, and finding any modules
in its immediate subdirectories.
2003-06-17 11:56:04 +00:00

16 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/06/17 11:56:04 cubidou Exp $
DISTNAME= Class-Factory-Util-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= cube@cubidou.net
HOMEPAGE= http://search.cpan.org/dist/Class-Factory-Util/
COMMENT= Perl module to help factory classes
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Factory/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"