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

19 lines
337 B
Makefile
Raw Normal View History

# 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>