a335ec62f6
Yoshifumi and slightly modified by me. Class::Trigger is a mixin class to add / call triggers (or hooks) that get called at some points you specify.
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 04:20:03 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= Class-Trigger-0.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ctr
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Trigger/
|
|
COMMENT= Mixin to add / call inheritable triggers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Trigger/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|