aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Inner/Makefile
blob: 7903cd7674b63ce749427af0783a6eaf1de6de1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	Class-Inner
PORTVERSION=	0.200001
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perlish implementation of Java like inner classes

USES=		perl5
USE_PERL5=	configure

MAN3=		Class::Inner.3

.include <bsd.port.mk>