2006-07-21 16:09:44 +02:00
|
|
|
# New ports collection makefile for: p5-Class-InsideOut
|
|
|
|
# Date created: 2006-07-20
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-InsideOut
|
2007-08-25 05:45:40 +02:00
|
|
|
PORTVERSION= 1.08
|
2006-07-21 16:09:44 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-25 05:45:40 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-21 16:09:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-12-11 04:30:34 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-21 16:09:44 +02:00
|
|
|
COMMENT= A safe, simple inside-out object construction kit
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
|
|
|
|
Class::InsideOut::Manual::Advanced.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-08-07 08:58:49 +02:00
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
|
2006-10-09 19:10:19 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2006-07-21 16:09:44 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|