summaryrefslogtreecommitdiff
path: root/devel/p5-Object-Simple/Makefile
blob: 7517a6bb1502019a0bf28453fc06aa3ca39828ca (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
25
26
27
28
# New ports collection makefile for:	Object-Simple
# Date created:		27 December 2009
# Whom:			Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#

PORTNAME=	Object-Simple
PORTVERSION=	3.0622
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:KIMOTO
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple class builder

LICENSE_COMB=	dual
LICENSE=	ART10 GPLv1

PERL_CONFIGURE=	yes

MAN3=	Object::Simple.3 \
	Object::Simple::Accessor.3 \
	Object::Simple::Guide::Ja.3 \
	Object::Simple::Guide.3

.include <bsd.port.mk>