blob: b02289c8d58a7d114badbb2b4d362ffbf557ecc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A safe, simple inside-out object construction kit
PORTSCOUT= skipv:1.0301
PERL_CONFIGURE= yes
MAN3= Class::InsideOut::Manual::About.3 Class::InsideOut.3 \
Class::InsideOut::Manual::Advanced.3
.include <bsd.port.mk>
|