aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Hook/Makefile
blob: b777bcfc4432da12d7ed982b1629b2f7dc6a22d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.01
CATEGORIES=     devel perl5
MASTER_SITES=       ${MASTER_SITE_PERL_CPAN} \
            http://cottage.quynh-and-brian.org/freebsd/ports/distfiles/
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX=      p5-

MAINTAINER=     brian@quynh-and-brian.org
COMMENT=        Add hooks on methods from other classes

BUILD_DEPENDS=      ${ARCH_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
            ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple

PERL_CONFIGURE=     yes

MAN3=           Class::Hook.3

ARCH_PERL=      ${SITE_PERL}/${PERL_ARCH}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=         "Does not compile"
.endif

.include <bsd.port.post.mk>