freebsd-ports/devel/p5-Object-InsideOut/Makefile
Cheng-Lung Sung b92f10f5be - Update to 3.13
From the Changelog:
3.13 Mon Mar 19 09:36:46 EDT 2007
- Fix recursion bug caused by bad :Automethod
3.12 Thu Mar 15 08:07:53 EDT 2007
- Fix for classes permissions

PR:		ports/110559
Submitted by:	maintainer (Geraud CONTINSOUZAS)
2007-03-21 07:58:35 +00:00

33 lines
949 B
Makefile

# New ports collection makefile for: devel/p5-Object-InsideOut
# Date created: 15 January 2006
# Whom: Geraud Continsouzas <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= Object-InsideOut
PORTVERSION= 3.13
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
RUN_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
p5-Want>=0.12:${PORTSDIR}/devel/p5-Want \
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Object::InsideOut.3 Object::InsideOut::Metadata.3 Bundle::Object::InsideOut.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 # inherited from p5-Exception-Class
IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>