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
|
2009-08-26 04:32:15 +02:00
|
|
|
PORTVERSION= 1.10
|
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
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|