aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-MethodMaker/Makefile
blob: 48e064b92dfd260ebeaba6c0621464f5ad22643f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Class-MethodMaker
# Date created:				2000-07-09
# Whom:					Trevor Johnson
#
# $FreeBSD$
#

PORTNAME=		Class-MethodMaker
PORTVERSION=		1.11
CATEGORIES=		devel perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Class
PKGNAMEPREFIX=		p5-

MAINTAINER=		trevor@FreeBSD.org
COMMENT=		Perl module for creating generic methods

PERL_CONFIGURE=		yes

MAN3=			Class::MethodMaker.3

.include <bsd.port.mk>