freebsd-ports/devel/p5-Class-InsideOut/Makefile

23 lines
484 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Class-InsideOut
# Date created: 2006-07-20
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Class-InsideOut
PORTVERSION= 1.10
CATEGORIES= devel perl5
2007-08-25 05:45:40 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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.mk>