2006-01-17 14:19:01 +01:00
|
|
|
# New ports collection makefile for: devel/p5-Object-InsideOut
|
|
|
|
# Date created: 15 January 2006
|
|
|
|
# Whom: Geraud Continsouzas <geraud@gcu.info>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Object-InsideOut
|
2006-12-05 23:23:51 +01:00
|
|
|
PORTVERSION= 2.25
|
2006-01-17 14:19:01 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Object
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= geraud@gcu.info
|
|
|
|
COMMENT= Object::InsideOut - Comprehensive inside-out object support module
|
|
|
|
|
2006-09-14 04:07:44 +02:00
|
|
|
RUN_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
|
2006-10-10 01:25:58 +02:00
|
|
|
p5-Want>=0.12:${PORTSDIR}/devel/p5-Want
|
2006-09-14 04:07:44 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-01-17 14:19:01 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-11-03 02:55:14 +01:00
|
|
|
MAN3= Object::InsideOut.3 Object::InsideOut::Metadata.3 Bundle::Object::InsideOut.3
|
2006-01-17 14:19:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-07-14 17:38:26 +02:00
|
|
|
.if ${PERL_LEVEL} < 500800 # inherited from p5-Exception-Class
|
|
|
|
IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again
|
2006-01-17 14:19:01 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|