aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Generate/Makefile
blob: e6e12e55e23598d0546fa40b59618f1b8b2d8daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Class-Generate
PORTVERSION=    1.11
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl5 module to simplify creating class hierarchies

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>