c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# New ports collection makefile for: p5-Class-Hook
|
|
# Date created: Fri Nov 7 19:40:58 EST 2002
|
|
# Whom: Brian Skrab <brian@quynh-and-brian.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Hook
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Add hooks on methods from other classes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Hook.3
|
|
|
|
.include <bsd.port.mk>
|