freebsd-ports/devel/p5-Object-InsideOut/Makefile
Sahil Tandon 8ca17525e9 - Update to 3.69
- Pass maintainership to submitter

PR:		ports/150904
Submitted by:	Frederic Culot <frederic@culot.org>
2010-10-05 03:03:23 +00:00

26 lines
732 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.69
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= frederic@culot.org
COMMENT= Object::InsideOut - Comprehensive inside-out object support module
RUN_DEPENDS= p5-Exception-Class>=1.29:${PORTSDIR}/devel/p5-Exception-Class \
p5-Want>=0.12:${PORTSDIR}/devel/p5-Want \
p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
MAN3= Object::InsideOut.3 Object::InsideOut::Metadata.3 Bundle::Object::InsideOut.3
.include <bsd.port.mk>