blob: 4c8dbf0a4e5b1e17d45cc90615132f2232d36d3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
PERL_CONFIGURE= yes
MAN3= Class::Inner.3
.include <bsd.port.mk>
|